Thom Wiggers
5 years ago
No known key found for this signature in database
GPG Key ID: 1BB0A7CE26E363
1 changed files with
2 additions and
0 deletions
-
test/check_testvectors.py
|
|
@@ -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") |
|
|
|
|
|
|
|
|