Make changes for Halifax

This commit is contained in:
Val
2023-01-09 01:39:54 -06:00
parent 564e87f028
commit a023987aae
5 changed files with 50 additions and 22 deletions

View File

@@ -37,7 +37,6 @@ inv_sbox = [
for key in keys:
key = bytes.fromhex(key)
cipher = Cipher(algorithms.AES128(key), modes.ECB());
enc = cipher.encryptor()