Commit 6c2955d
Feat/u512 (#128)
* init
* rm comments
* wip
* wip
* fixed add & added test
* wip (passed ecdsa check) 17.8kk
* fix
* opt
* -500k
* 15.8kk 2p
* 15.3kk
* rm shl 15.48kk
* wip
* wip
* added test vectors, tests are failed
* fixed ecdsa512 impl 22.2kk
* 20.4kk
* added assert
* small fixes
* refactored
* typo
* added crazy optimization with bit skipping 20.1kk
* 13.86kk & typos
* remove opt 384 libs
* add tests for U512
* add natspec
* add operator overloading
* modify moddiv test
* rm ops and fixed tests
* added assign & call & bitwise ops
* added modexpU256 & tested gas
* typo
* small adjustments
* add U512 usage example and fix tests
* fix natspec
* fixed comment
* add toBytes to natspec
* typos
* typos
* typos
* small adjustments
* update readme
---------
Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
Co-authored-by: mllwchrry <mariia.zhvanko@gmail.com>1 parent b947571 commit 6c2955d
File tree
12 files changed
+4051
-826
lines changed- contracts
- libs
- bn
- crypto
- mock/libs
- bn
- crypto
- test/libs
- bn
- crypto
12 files changed
+4051
-826
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments