Skip to content

Commit

Permalink
Adding new secp256k1 files (#270)
Browse files Browse the repository at this point in the history
* Bump Submodules/secp256k1 from `44916ae` to `01b819a`

Bumps [Submodules/secp256k1](https://github.com/bitcoin-core/secp256k1) from `44916ae` to `01b819a`.
- [Release notes](https://github.com/bitcoin-core/secp256k1/releases)
- [Commits](bitcoin-core/secp256k1@44916ae...01b819a)

---
updated-dependencies:
- dependency-name: Submodules/secp256k1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Adding new secp256k1 files

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
csjones and dependabot[bot] committed Dec 25, 2022
1 parent 47f2775 commit 48fb20f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128.h
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128_impl.h
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128_native.h
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128_native_impl.h
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128_struct.h
1 change: 1 addition & 0 deletions Sources/secp256k1_bindings/src/int128_struct_impl.h
2 changes: 1 addition & 1 deletion Submodules/secp256k1
Submodule secp256k1 updated 58 files
+57 −51 .cirrus.yml
+1 −3 .gitignore
+39 −0 CHANGELOG.md
+26 −12 Makefile.am
+1 −1 build-aux/m4/bitcoin_secp.m4
+11 −6 ci/cirrus.sh
+32 −25 configure.ac
+1 −2 contrib/lax_der_privatekey_parsing.h
+0 −12 doc/CHANGELOG.md
+50 −12 doc/release-process.md
+2 −6 examples/ecdh.c
+2 −6 examples/ecdsa.c
+2 −6 examples/schnorr.c
+120 −55 include/secp256k1.h
+4 −4 include/secp256k1_extrakeys.h
+2 −0 include/secp256k1_preallocated.h
+2 −2 include/secp256k1_recovery.h
+2 −2 include/secp256k1_schnorrsig.h
+5 −2 src/assumptions.h
+5 −10 src/bench.c
+2 −4 src/bench_ecmult.c
+3 −12 src/bench_internal.c
+9 −3 src/ecmult_impl.h
+0 −4 src/field.h
+0 −4 src/field_5x52_impl.h
+126 −126 src/field_5x52_int128_impl.h
+0 −4 src/field_impl.h
+3 −0 src/group.h
+7 −0 src/group_impl.h
+90 −0 src/int128.h
+18 −0 src/int128_impl.h
+19 −0 src/int128_native.h
+92 −0 src/int128_native_impl.h
+14 −0 src/int128_struct.h
+198 −0 src/int128_struct_impl.h
+0 −4 src/modinv32.h
+0 −4 src/modinv64.h
+130 −94 src/modinv64_impl.h
+1 −1 src/modules/ecdh/tests_impl.h
+103 −133 src/modules/extrakeys/tests_impl.h
+1 −1 src/modules/recovery/bench_impl.h
+29 −55 src/modules/recovery/tests_impl.h
+1 −1 src/modules/schnorrsig/bench_impl.h
+23 −49 src/modules/schnorrsig/tests_impl.h
+3 −9 src/precompute_ecmult.c
+3 −3 src/precompute_ecmult_gen.c
+0 −3 src/precomputed_ecmult.c
+0 −3 src/precomputed_ecmult_gen.c
+0 −4 src/scalar.h
+89 −61 src/scalar_4x64_impl.h
+0 −4 src/scalar_impl.h
+34 −9 src/secp256k1.c
+1 −1 src/selftest.h
+0 −4 src/testrand.h
+487 −209 src/tests.c
+1 −5 src/tests_exhaustive.c
+22 −18 src/util.h
+1 −3 src/valgrind_ctime_test.c

0 comments on commit 48fb20f

Please sign in to comment.