len of comp1 added
This commit is contained in:
@@ -29,6 +29,7 @@ def main(argv):
|
|||||||
|
|
||||||
if len(comp1) not in (16, 32, 64, 128, 256):
|
if len(comp1) not in (16, 32, 64, 128, 256):
|
||||||
print("All components should be of byte length")
|
print("All components should be of byte length")
|
||||||
|
print(len(comp1))
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
bytes1 = bytes.fromhex( comp1.encode("utf-8").hex())
|
bytes1 = bytes.fromhex( comp1.encode("utf-8").hex())
|
||||||
|
|||||||
Reference in New Issue
Block a user