-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
11 files
+115 −86 | api.md | |
+17 −0 | include/mcl/bn.h | |
+63 −0 | include/mcl/impl/bn_c_impl.hpp | |
+1 −1 | include/mcl/op.hpp | |
+103 −33 | include/mcl/operator.hpp | |
+1 −5 | readme.md | |
+0 −1 | src/montgomery.py | |
+23 −0 | test/bench.hpp | |
+174 −0 | test/bn_c_test.hpp | |
+18 −0 | test/common_test.hpp | |
+30 −0 | test/fp_test.cpp |