1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Add else condition because I was confused

This commit is contained in:
Thom Wiggers 2019-01-21 16:05:46 +01:00
parent 3223a9a4af
commit e9015b4484
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

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")