We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c881dd4 commit 3531a43Copy full SHA for 3531a43
src/modules/ecdh/tests_impl.h
@@ -60,7 +60,7 @@ void test_ecdh_generator_basepoint(void) {
60
61
s_one[31] = 1;
62
/* Check against pubkey creation when the basepoint is the generator */
63
- for (i = 0; i < 100; ++i) {
+ for (i = 0; i < 2 * count; ++i) {
64
secp256k1_sha256 sha;
65
unsigned char s_b32[32];
66
unsigned char output_ecdh[65];
0 commit comments