-
Notifications
You must be signed in to change notification settings - Fork 68
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 bls12-381
updated
7 files
+18 −18 | bench/eth_bench.cpp | |
+44 −24 | include/bls12-381/fp.hpp | |
+33 −29 | include/bls12-381/g.hpp | |
+72 −72 | src/fp.cpp | |
+96 −80 | src/g.cpp | |
+2 −2 | src/signatures.cpp | |
+21 −21 | test/unittests.cpp |