Add else condition because I was confused

Esse commit está contido em:
Thom Wiggers 2019-01-21 16:05:46 +01:00
commit e9015b4484
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 001BB0A7CE26E363

Ver arquivo

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