X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/6a2be2e7e620240d84b7d1425901a9f886610d69..7280f7f44cfae62f6d34761ac88aa19da7da5dd8:/tests/rijndael.aes?ds=sidebyside 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. =========================