File tree
13 files changed
+272
-96
lines changed- src/proj
- blsethlib
- blslib
- test
- proj
- bls_eth_test
- bls_test
13 files changed
+272
-96
lines changed+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
85 |
| - | |
| 84 | + | |
86 | 85 |
| |
87 | 86 |
| |
88 | 87 |
| |
|
+18-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
| |||
70 | 72 |
| |
71 | 73 |
| |
72 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
73 | 80 |
| |
74 | 81 |
| |
75 | 82 |
| |
| |||
120 | 127 |
| |
121 | 128 |
| |
122 | 129 |
| |
| 130 | + | |
| 131 | + | |
| 132 | + | |
123 | 133 |
| |
124 | 134 |
| |
125 | 135 |
| |
| |||
182 | 192 |
| |
183 | 193 |
| |
184 | 194 |
| |
185 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
186 | 199 |
| |
187 | 200 |
| |
188 | 201 |
| |
189 | 202 |
| |
190 | 203 |
| |
191 | 204 |
| |
192 | 205 |
| |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
193 | 210 |
| |
194 | 211 |
| |
195 | 212 |
| |
|
+38-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
6 | 18 |
| |
7 | 19 |
| |
8 | 20 |
| |
9 | 21 |
| |
10 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
11 | 26 |
| |
12 | 27 |
| |
13 | 28 |
| |
14 | 29 |
| |
15 | 30 |
| |
16 | 31 |
| |
17 | 32 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 | 33 |
| |
23 | 34 |
| |
24 | 35 |
| |
25 | 36 |
| |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
26 | 53 |
| |
27 | 54 |
| |
28 | 55 |
| |
29 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
30 | 60 |
|
+3-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 | 14 |
| |
22 |
| - | |
| 15 | + | |
23 | 16 |
| |
24 | 17 |
| |
25 | 18 |
| |
26 |
| - | |
| 19 | + |
-14
This file was deleted.
- .github/CONTRIBUTING.md+32
- .github/workflows/main.yml+4-1
- CMakeLists.txt+50-8
- Makefile+32-5
- api.md+17-5
- common.mk+7-3
- common.props+3-7
- debug.props-14
- include/cybozu/inttype.hpp+6-9
- include/cybozu/serializer.hpp+16-8
- include/mcl/bint.hpp+129-1
- include/mcl/bn.h+3
- include/mcl/bn.hpp+69-27
- include/mcl/config.hpp+7-1
- include/mcl/ec.hpp+146-30
- include/mcl/fp.hpp+11-48
- include/mcl/fp_tower.hpp+2-2
- include/mcl/gmp_util.hpp+33-81
- include/mcl/impl/bn_c_impl.hpp+4
- include/mcl/op.hpp+56-4
- include/mcl/operator.hpp+4-4
- include/mcl/util.hpp+18-8
- include/mcl/vint.hpp+7-5
- mcl.sln+12-36
- misc/internal.md+130-15
- misc/mul-approx.py+138
- misc/mulvec_test.cpp+9-7
- mklib.bat+2-1
- readme.md+10-2
- release.props-12
- sample/CMakeLists.txt+1-1
- sample/mt_test.cpp+1
- setvar.bat+1-1
- src/asm/bint-x64-amd64.S+1.3k
- src/asm/bint-x64-mingw.S+6.2k
- src/asm/bint-x64-win.asm+1.4k
- src/avx512.hpp+464
- src/fp.cpp+3-1
- src/gen_bint_header.py+123-122
- src/gen_bint_x64.py+607
- src/gen_msm_para.py+96
- src/montgomery.py+99
- src/msm_avx.cpp+2.2k
- src/msm_avx_bls12_381.h+288
- src/proj/mcllib/mcllib.vcxproj+41-30
- src/s_xbyak.py+1.3k-1.3k
- test/bench.hpp+3
- test/bint_test.cpp+92
- test/bls12_test.cpp+27-1
- test/bn_c_test.hpp+25-1
- test/common_test.hpp+14
- test/low_func_test.cpp+15-1
- test/mont.hpp+38-17
- test/proj/bls12_test/bls12_test.vcxproj+89-87
- test/proj/ec_test/ec_test.vcxproj-88
- test/proj/fp_test/fp_test.vcxproj-88
- test/proj/fp_tower_test/fp_tower_test.vcxproj-88
- test/smallmodp_test.cpp+42
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
293 | 293 |
| |
294 | 294 |
| |
295 | 295 |
| |
| 296 | + | |
296 | 297 |
| |
297 | 298 |
| |
298 | 299 |
| |
| |||
304 | 305 |
| |
305 | 306 |
| |
306 | 307 |
| |
| 308 | + | |
| 309 | + | |
| 310 | + | |
307 | 311 |
| |
308 | 312 |
| |
309 | 313 |
| |
|
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + |
0 commit comments