Add else condition because I was confused

This commit is contained in:
Thom Wiggers 2019-01-21 16:05:46 +01:00
förälder 3223a9a4af
incheckning e9015b4484
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 001BB0A7CE26E363

Visa fil

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