-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade BLST - SHA256 ARM fix supranational/blst@bf7f1e6 (#88)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule blst
updated
20 files
+2 −2 | .github/workflows/ci.yml | |
+17 −2 | README.md | |
+1 −0 | bindings/blst.h | |
+1 −0 | bindings/blst.swg | |
+2 −1 | bindings/rust/src/bindings.rs | |
+4 −4 | bindings/rust/src/lib.rs | |
+39 −11 | src/aggregate.c | |
+1 −2 | src/asm/sha256-portable-x86_64.pl | |
+3 −0 | src/e1.c | |
+3 −0 | src/e2.c | |
+2 −1 | src/ec_mult.h | |
+4 −2 | src/ec_ops.h | |
+1 −0 | src/errors.h | |
+6 −4 | src/exports.c | |
+27 −16 | src/keygen.c | |
+4 −4 | src/map_to_g1.c | |
+2 −2 | src/map_to_g2.c | |
+10 −0 | src/pairing.c | |
+3 −8 | src/point.h | |
+2 −1 | src/sha256.h |