-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mcl
updated
12 files
+4 −1 | .github/workflows/main.yml | |
+1 −1 | Makefile | |
+1 −9 | include/mcl/fp.hpp | |
+64 −91 | include/mcl/gmp_util.hpp | |
+1 −1 | include/mcl/op.hpp | |
+3 −0 | include/mcl/vint.hpp | |
+1 −0 | readme.md | |
+3 −56 | src/bint_impl.hpp | |
+181 −2 | src/low_func.hpp | |
+16 −0 | test/bench.hpp | |
+30 −12 | test/ec_test.cpp | |
+6 −1 | test/sq_test.cpp |