Browse Source

Add else condition because I was confused

master
Thom Wiggers 5 years ago
parent
commit
e9015b4484
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      test/check_testvectors.py

+ 2
- 0
test/check_testvectors.py View File

@@ -34,5 +34,7 @@ for impl in implementations:
if testvectorsHash.lower() != expectedTestvectorsHash.lower():
print(f"testvectors of {SCHEME} should be {expectedTestvectorsHash}, but is {testvectorsHash}")
sys.exit(1)
else:
print(f"testvectors of {SCHEME} matched expected hash")



Loading…
Cancel
Save