1 file changed
+1
-1
lines changed- .github/workflows/main.yml+3-1
- CMakeLists.txt+14-3
- Makefile+16-6
- api.md+13-1
- common.mk+7-3
- include/mcl/bint.hpp+129-1
- include/mcl/bn.hpp+12-17
- include/mcl/config.hpp+7-1
- include/mcl/ec.hpp+67-37
- include/mcl/fp.hpp+5-28
- include/mcl/gmp_util.hpp+31-81
- include/mcl/op.hpp+7-6
- include/mcl/util.hpp+18-8
- include/mcl/vint.hpp+3-4
- misc/mul-approx.py+138
- misc/mulvec_test.cpp+9-7
- readme.md+4-2
- 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+1.3k-922
- src/msm_avx_bls12_381.h+288
- src/s_xbyak.py+1.3k-1.3k
- test/bint_test.cpp+92
- test/low_func_test.cpp+15-1
- test/mont.hpp+38-17
- test/smallmodp_test.cpp+42
0 commit comments