2 files changed
+5
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 |
| |
29 | 32 |
| |
30 | 33 |
| |
|
- .gitignore+5-1
- .travis.yml+70-27
- Makefile.am+36-49
- README.md+54-11
- SECURITY.md+15
- TODO-3
- build-aux/m4/ax_jni_include_dir.m4-140
- build-aux/m4/bitcoin_secp.m4+3-6
- configure.ac+205-157
- contrib/lax_der_parsing.c+3-4
- contrib/travis.sh+68
- include/secp256k1.h+192-49
- include/secp256k1_ecdh.h+37-6
- include/secp256k1_extrakeys.h+236
- include/secp256k1_preallocated.h+128
- include/secp256k1_recovery.h+1-1
- include/secp256k1_schnorrsig.h+111
- libsecp256k1.pc.in+1-1
- sage/gen_exhaustive_groups.sage+129
- src/asm/field_10x26_arm.s-6
- src/assumptions.h+80
- src/basic-config.h+8-6
- src/bench.h+90-23
- src/bench_ecdh.c+15-10
- src/bench_ecmult.c+214
- src/bench_internal.c+215-162
- src/bench_recover.c+9-7
- src/bench_schnorrsig.c+102
- src/bench_sign.c+5-3
- src/bench_verify.c+9-6
- src/ecdsa_impl.h+48-46
- src/eckey_impl.h+5-9
- src/ecmult.h+21-4
- src/ecmult_const.h+6-1
- src/ecmult_const_impl.h+91-57
- src/ecmult_gen.h+18-11
- src/ecmult_gen_impl.h+48-50
- src/ecmult_impl.h+919-109
- src/field.h+12-10
- src/field_10x26.h+3-1
- src/field_10x26_impl.h+16-10
- src/field_5x52.h+9-1
- src/field_5x52_impl.h+14-9
- src/field_5x52_int128_impl.h+3-1
- src/field_impl.h+9-4
- src/gen_context.c+25-11
- src/group.h+22-13
- src/group_impl.h+120-125
- src/hash_impl.h+30-14
- src/java/org/bitcoin/NativeSecp256k1.java-446
- src/java/org/bitcoin/NativeSecp256k1Test.java-226
- src/java/org/bitcoin/NativeSecp256k1Util.java-45
- src/java/org/bitcoin/Secp256k1Context.java-51
- src/java/org_bitcoin_NativeSecp256k1.c-377
- src/java/org_bitcoin_NativeSecp256k1.h-119
- src/java/org_bitcoin_Secp256k1Context.c-15
- src/java/org_bitcoin_Secp256k1Context.h-22
- src/modules/ecdh/main_impl.h+43-26
- src/modules/ecdh/tests_impl.h+42-15
- src/modules/extrakeys/Makefile.am.include+4
- src/modules/extrakeys/main_impl.h+251
- src/modules/extrakeys/tests_exhaustive_impl.h+68
- src/modules/extrakeys/tests_impl.h+524
- src/modules/recovery/Makefile.am.include+1
- src/modules/recovery/main_impl.h+3-36
- src/modules/recovery/tests_exhaustive_impl.h+149
- src/modules/recovery/tests_impl.h+3-3
- src/modules/schnorrsig/Makefile.am.include+9
- src/modules/schnorrsig/main_impl.h+239
- src/modules/schnorrsig/tests_exhaustive_impl.h+206
- src/modules/schnorrsig/tests_impl.h+806
- src/scalar.h+16-4
- src/scalar_4x64_impl.h+24-13
- src/scalar_8x32_impl.h+25-10
- src/scalar_impl.h+22-4
- src/scalar_low.h+2
- src/scalar_low_impl.h+19-5
- src/scratch.h+42
- src/scratch_impl.h+99
- src/secp256k1.c+301-111
- src/selftest.h+32
- src/testrand.h+16-7
- src/testrand_impl.h+60-12
- src/tests.c+1.3k-182
- src/tests_exhaustive.c+196-208
- src/util.h+148-6
- src/valgrind_ctime_test.c+157
0 commit comments