len of comp1 added

This commit is contained in:
2026-04-09 17:51:36 +02:00
parent 67b0295101
commit c414f4d4f9
+1
View File
@@ -29,6 +29,7 @@ def main(argv):
if len(comp1) not in (16, 32, 64, 128, 256):
print("All components should be of byte length")
print(len(comp1))
sys.exit(2)
bytes1 = bytes.fromhex( comp1.encode("utf-8").hex())