cleanup: Big pile of whitespace fixes, all at once.
[u/mdw/catacomb] / tests / rijndael.aes
index fab43ef..b4baddb 100644 (file)
@@ -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.
 
 =========================