mirror of
https://git.soft.fish/val/MicroCorruption.git
synced 2025-10-29 11:59:15 +00:00
Make changes for Halifax
This commit is contained in:
@@ -37,7 +37,6 @@ inv_sbox = [
|
||||
for key in keys:
|
||||
|
||||
key = bytes.fromhex(key)
|
||||
|
||||
cipher = Cipher(algorithms.AES128(key), modes.ECB());
|
||||
enc = cipher.encryptor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user