diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-16 13:54:34 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-16 13:54:34 +0200 |
| commit | 6f4b0b2507fd38e940eef0aee548559c7f1200eb (patch) | |
| tree | 3241ce82219a3fe3e7ea621ec0964cf52eebed18 /CHANGELOG.txt | |
| parent | b2c44b385e5f944fb5bcc6a700eee6a8c7e272b6 (diff) | |
| download | lilliput-ae-implem-6f4b0b2507fd38e940eef0aee548559c7f1200eb.tar.xz | |
Quelques corrections dans le changelog des implémentations
Diffstat (limited to 'CHANGELOG.txt')
| -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. |
