-
-
Notifications
You must be signed in to change notification settings - Fork 23
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 bls
updated
13 files
+2 −3 | CMakeLists.txt | |
+8 −1 | Makefile.onelib | |
+38 −8 | bls.sln | |
+3 −10 | common.props | |
+0 −14 | debug.props | |
+1 −1 | mcl | |
+4 −0 | readme.md | |
+0 −12 | release.props | |
+85 −0 | src/proj/blsethlib/blsethlib.vcxproj | |
+17 −24 | src/proj/blslib/blslib.vcxproj | |
+6 −1 | test/bls_test.hpp | |
+82 −0 | test/proj/bls_eth_test/bls_eth_test.vcxproj | |
+16 −22 | test/proj/bls_test/bls_test.vcxproj |