This commit is contained in:
TLINDEN
2015-09-02 06:14:42 +02:00
parent 63bbff9ffa
commit 4ad452dc82

View File

@@ -54,7 +54,7 @@ TWENTY4 uses two S-Box arrays, one for key expansion and one for encryption.
## Key expansion ## Key expansion
The input key will be expanded into a 17 byte array. Maximum key size is The input key will be expanded into a 32 byte array. Maximum key size is
32 bytes (256 bit). 32 bytes (256 bit).
IV = KU[0] IV = KU[0]