1 file changed
+1
-1
lines changed- .cirrus.yml+1-1
- .github/workflows/ci.yml+7-7
- CHANGELOG.md+15-2
- CMakeLists.txt+13-4
- Makefile.am+1
- configure.ac+6-6
- examples/CMakeLists.txt+1-8
- examples/ecdh.c+10-12
- examples/ecdsa.c+10-12
- examples/ellswift.c+10-12
- examples/musig.c+11-8
- examples/schnorr.c+11-14
- include/secp256k1.h+18-42
- include/secp256k1_extrakeys.h+8-5
- include/secp256k1_musig.h+6-6
- include/secp256k1_recovery.h+1-1
- include/secp256k1_schnorrsig.h+1-1
- src/CMakeLists.txt+3-3
- src/bench_ecmult.c+1-1
- src/ecmult_gen_impl.h+5-4
- src/ecmult_impl.h+4-14
- src/field.h+1-6
- src/field_10x26_impl.h-7
- src/field_5x52_impl.h-7
- src/field_impl.h+4-9
- src/group_impl.h+7-16
- src/hash.h+3
- src/hash_impl.h+14-5
- src/modinv32_impl.h+4-6
- src/modinv64_impl.h+4-6
- src/modules/ecdh/main_impl.h+5-2
- src/modules/ellswift/main_impl.h+3-1
- src/modules/musig/session_impl.h+8-7
- src/modules/schnorrsig/main_impl.h+3-1
- src/scalar_4x64_impl.h-7
- src/scalar_8x32_impl.h-11
- src/scalar_impl.h+4
- src/scalar_low_impl.h-2
- src/scratch.h+2
- src/secp256k1.c+8-4
- src/tests.c+8-9
- src/testutil.h+1-1
- src/util.h+35-9
- tools/check-abi.sh+8-1
0 commit comments