X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6a2be2e7e620240d84b7d1425901a9f886610d69..45c0fd363937c6e9b05da04a9167e9912c05ca0c:/tests/rijndael.aes diff --git a/tests/rijndael.aes b/tests/rijndael.aes index fab43ef7..b4baddb4 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. =========================