Add else condition because I was confused

这个提交包含在:
Thom Wiggers 2019-01-21 16:05:46 +01:00
父节点 3223a9a4af
当前提交 e9015b4484
找不到此签名对应的密钥
GPG 密钥 ID: 001BB0A7CE26E363

查看文件

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