File tree
4 files changed
+29
-4
lines changed- packages/loopring_v3
- contracts
- iface
- impl/libexchange
4 files changed
+29
-4
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
117 | 124 |
| |
118 | 125 |
| |
119 | 126 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
|
Lines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 |
| |
56 | 63 |
| |
57 | 64 |
| |
| |||
260 | 267 |
| |
261 | 268 |
| |
262 | 269 |
| |
263 |
| - | |
| 270 | + | |
264 | 271 |
| |
265 | 272 |
| |
266 | 273 |
| |
| |||
388 | 395 |
| |
389 | 396 |
| |
390 | 397 |
| |
391 |
| - | |
| 398 | + | |
392 | 399 |
| |
393 | 400 |
| |
394 | 401 |
| |
| |||
407 | 414 |
| |
408 | 415 |
| |
409 | 416 |
| |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
410 | 429 |
| |
411 | 430 |
| |
412 | 431 |
| |
|
- .appendix/benchmark-jubjub.py-69
- .gitmodules-3
- .travis.yml-3
- AUTHORS+2-4
- CMakeLists.txt+23-9
- Makefile+2-2
- README.md+13-14
- appveyor.yml+1-1
- contracts/ETEC.sol-182
- contracts/JubJub.sol+168-137
- contracts/JubJubPublic.sol+16
- contracts/MiMC.sol-10
- contracts/ModArith.sol-34
- contracts/wNAF.sol-43
- depends/CMakeLists.txt-14
- depends/json-1
- ethsnarks/jubjub.py+4-202
- ethsnarks/pedersen.py+49-11
- ethsnarks/verifier.py+2-6
- package.json+5-5
- src/CMakeLists.txt+4-10
- src/gadgets/CMakeLists.txt+1-1
- src/gadgets/sha256_full.hpp+1-1
- src/import.cpp+81-38
- src/import.hpp+22-8
- src/jubjub/point.cpp+1-1
- src/md32_common.h-620
- src/sha256.c-236
- src/sha256.h-45
- src/test/test_field_packing.cpp+1-1
- src/test/test_sha256_full_gadget.cpp+4-7
- src/test/test_sha256_many.cpp+2-9
- src/utils/CMakeLists.txt-2
- test/TestJubJub.js-2
- test/TestJubJub.sol+17-11
- test/test_jubjub.py+16-41
0 commit comments