diff --git a/test/check_testvectors.py b/test/check_testvectors.py index 1eb7b61a..976052c5 100644 --- a/test/check_testvectors.py +++ b/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")