-
Notifications
You must be signed in to change notification settings - Fork 53
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
7a300ee
commit e8299c4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule secp256k1
updated
10 files
+11 −7 | CMakeLists.txt | |
+4 −2 | doc/release-process.md | |
+3 −7 | examples/CMakeLists.txt | |
+39 −67 | src/CMakeLists.txt | |
+1 −1 | src/bench_ecmult.c | |
+1 −4 | src/ecmult_const.h | |
+22 −39 | src/ecmult_const_impl.h | |
+1 −1 | src/modules/ecdh/main_impl.h | |
+15 −15 | src/tests.c | |
+3 −3 | src/tests_exhaustive.c |