Commit d7bb26f
Crypto libs (#115)
* added ecdsa384 lib
* added rsassapss
* try fix ci
* fix callvalue
* Added tests covering the `verify` and `_isOnCurve` functions
* fix coverage
* split getModifiedSigOrPubKey into modifyLeft and modifyRight
* Added tests covering the RSASSAPSS lib
* switched to assert two unreachable conditions
* fixed typos in test
* removed unused functions in U384 lib
* added test for a U384.cmp function
* trying to fix test for cmp
* add brainpoolP384r1 test
---------
Co-authored-by: aritkulova <aritkulova.yuliia@gmail.com>1 parent f0443c5 commit d7bb26f
File tree
11 files changed
+1690
-9
lines changed- .github/workflows
- contracts
- libs/crypto
- mock/libs/crypto
- test/libs/crypto
11 files changed
+1690
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments