Skip to content

Commit 7e49361

Browse files
committed
bisect 3
1 parent b6f9b4f commit 7e49361

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/modules/schnorrsig/tests_impl.h

-6
Original file line numberDiff line numberDiff line change
@@ -1012,12 +1012,6 @@ void test_s2c_opening(void) {
10121012
CHECK(secp256k1_schnorrsig_s2c_opening_serialize(CTX, output, &opening) == 1);
10131013
CHECK(memcmp(output, input, sizeof(output)) == 0);
10141014
}
1015-
testrand256(&input[1]);
1016-
/* Set pubkey oddness tag to first bit of input[1] */
1017-
input[0] = (input[1] & 1) + 2;
1018-
/* Set nonce_is_negated bit to input[1]'s 3rd bit */
1019-
input[0] |= (input[1] & (1 << 2));
1020-
i++;
10211015
} while(i < COUNT);
10221016
}
10231017

0 commit comments

Comments
 (0)