-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #144: Upstream PRs 969, 956, 783, 976
7271387 Add missing static to secp256k1_schnorrsig_sign_internal (Elichai Turkel) adec5a1 Add missing null check for ctx and input keys in the public API (Elichai Turkel) f4edfc7 Improve consistency for NULL arguments in the public interface (Elichai Turkel) 20abd52 Add tests for pre_g tables. (Russell O'Connor) 6815761 Remove ecmult_context. (Russell O'Connor) f20dcbb Correct typo. (Russell O'Connor) 16a3cc0 Generate ecmult_static_pre_g.h (Russell O'Connor) 8de2d86 Bump memory limits in advance of making the ecmult context static. (Russell O'Connor) 5d5c74a tests: Rewrite code to circument potential bug in clang (Tim Ruffing) 3d2f492 ci: Install libasan6 (instead of 5) after Debian upgrade (Tim Ruffing) Pull request description: [bitcoin-core/secp256k1#969]: ci: Fixes after Debian release [bitcoin-core/secp256k1#956]: Replace ecmult_context with a generated static array. [bitcoin-core/secp256k1#783]: Make the public API docs more consistent and explicit [bitcoin-core/secp256k1#976]: `secp256k1_schnorrsig_sign_internal` should be static This PR can be recreated with `./sync-upstream.sh range 2a3a97c`. ACKs for top commit: real-or-random: ACK 938725c inspected the diff between the pure output of running the sync script and this PR Tree-SHA512: 6dd5964563497ced6afe533e4deaa82df76c071b5146a9eb7a5a998187210b5fbf19195d34320b7b2193f6b40d778cf258ad22033d7bc33479e0dc4791aceff9
- Loading branch information
Showing
48 changed files
with
17,371 additions
and
817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
src/ecmult_static_pre_g.h linguist-generated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.