-
Notifications
You must be signed in to change notification settings - Fork 55
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
1 parent
f7859b5
commit af6002d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule secp256k1
updated
13 files
+50 −2 | doc/safegcd_implementation.md | |
+14 −0 | src/bench_internal.c | |
+3 −0 | src/field.h | |
+27 −0 | src/field_10x26_impl.h | |
+27 −0 | src/field_5x52_impl.h | |
+2 −2 | src/int128.h | |
+3 −2 | src/int128_native_impl.h | |
+5 −4 | src/int128_struct_impl.h | |
+5 −0 | src/modinv32.h | |
+166 −16 | src/modinv32_impl.h | |
+5 −0 | src/modinv64.h | |
+170 −6 | src/modinv64_impl.h | |
+76 −8 | src/tests.c |