forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin-core/secp256k1#1049: Faster fixed-input ecmult tests
070e772 Faster fixed-input ecmult tests (Pieter Wuille) Pull request description: Given how much bitcoin#920 slowed down the tests with low iteration count, replace it with 3 different similar test: * count >= 1: a test with 1024 multiplies that tests any pattern of 6 bits in windows not more than 20 bits wide * count >= 3: a test with 2048 multiplies that tests any pattern of 8 consecutive bits * count >= 35: the old test (which effectively tests all 2-bit patterns) ACKs for top commit: robot-dreams: ACK 070e772, the addition of the `CONDITIONAL_TEST` macro is nice. real-or-random: ACK 070e772 Tree-SHA512: b4ccca42c71fcd1baa7143f73d1c3ac9d012c296485164a03341dbeee02e4ba9f7c7ad6b441923a5fe0286c97eff60815033adb4e1d30b3ef08bcb79590327ff
- Loading branch information
Showing
1 changed file
with
78 additions
and
3 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