diff options
| -rw-r--r-- | CHANGELOG.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1592a74..ec93304 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,7 +15,7 @@ ref - Introduce helper function copy_block_index() to make tweak-building functions more legible. (lilliput-ae-utils.h, lilliput-i.c, lilliput-ii.c) -- Initialize ΘCB3 tweak with nonce instead of copying the latter into the latter repeatedly. +- Initialize ΘCB3 tweak with nonce instead of copying the latter into the former repeatedly. (lilliput-i.c) - Re-write _nonlinear_layer() and _linear_layer() functions to better resemble the specification. @@ -111,13 +111,13 @@ See [spec] and [break] changes in reference implementation. Further changes: - lane 6: inv(M_R)^3 (unchanged) (inv_multiplication.vhd) -- Merge Sbox in one file. +- Merge S-box in one file. (sbox.vhd, inner_sbox_a.vhd, inner_sbox_b, vhd,inner_sbox_c.vhd) - Create registers in file roundexe_lilliput.vhd. (state_key_register.vhd, state_register.vhd, roundexe_lilliput) -- Reduction of the number of signals. +- Reduce the number of signals. (chiffrement.vhd) - Add self-checking testbench. |
