-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
21 files
+2 −1 | Makefile.cross | |
+1 −0 | api.md | |
+1 −0 | common.mk | |
+41 −4 | ffi/cs/mcl/mcl.cs | |
+2 −1 | ffi/cs/mcl/mcl.csproj | |
+8 −2 | ffi/cs/test/test.cs | |
+1 −1 | ffi/cs/test/test.csproj | |
+1 −1 | include/cybozu/sha2.hpp | |
+2 −2 | include/mcl/bint.hpp | |
+49 −11 | include/mcl/bn.hpp | |
+86 −21 | include/mcl/ec.hpp | |
+1 −1 | include/mcl/op.hpp | |
+120 −264 | include/mcl/vint.hpp | |
+54 −0 | misc/internal.md | |
+5 −0 | readme.md | |
+2 −0 | sample/bench.cpp | |
+41 −20 | sample/mt_test.cpp | |
+7 −3 | src/fp.cpp | |
+37 −0 | test/ec_test.cpp | |
+3 −4 | test/mont.hpp | |
+8 −0 | test/vint_test.cpp |