X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/6a2be2e7e620240d84b7d1425901a9f886610d69..e564e3f84ad0ea42b78559c0bfe304893fd5e76b:/tests/rijndael.aes diff --git a/tests/rijndael.aes b/tests/rijndael.aes index fab43ef..b4baddb 100644 --- a/tests/rijndael.aes +++ b/tests/rijndael.aes @@ -2,8 +2,8 @@ The provided implementations each use a different set of tables - Java implementation: uses no tables - reference C implementation: uses Logtable, Alogtable, S, Si, rcon - - fast C implementation: uses Logtable, Alogtable, rcon - and additionally, T1, T2, T3, T4, T5, T6, T7, T8 + - fast C implementation: uses Logtable, Alogtable, rcon + and additionally, T1, T2, T3, T4, T5, T6, T7, T8 All these tables are tested. =========================