We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab9d5b8 + f98774a commit 1d18627Copy full SHA for 1d18627
bip-0340/reference.py
@@ -162,6 +162,7 @@ def test_vectors() -> bool:
162
print(' * Failed key generation.')
163
print(' Expected key:', pubkey.hex().upper())
164
print(' Actual key:', pubkey_actual.hex().upper())
165
+ all_passed = False
166
aux_rand = bytes.fromhex(aux_rand_hex)
167
try:
168
sig_actual = schnorr_sign(msg, seckey, aux_rand)
0 commit comments