diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-04 15:05:41 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-04 15:05:41 +0200 |
| commit | c670bbe78ea9bc18c9772ba5804f610937560d5f (patch) | |
| tree | ce7a28187e7c407f6fa56bf4ff4ed29245f8b484 | |
| parent | 44a1b4f33efcdab910410303244f83199f1ef2a7 (diff) | |
| download | lilliput-ae-implem-c670bbe78ea9bc18c9772ba5804f610937560d5f.tar.xz | |
Résumé des modifications dans les implémentations C et Python
| -rw-r--r-- | CHANGELOG.txt | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9ab7d75..cc38a27 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -37,17 +37,36 @@ These modifications are structural and/or stylistic and do not change the algori add_threshold ------------- -TODO +### Fixes + +See reference implementation. + +### Cleanups + +See reference implementation. Further cleanups: + +- Use size_t to iterate on arrays in lilliput_tbc_encrypt() and lilliput_tbc_decrypt(). + (cipher.c) + +- Add constant macros KEY_LANES_NB and TWEAK_LANES_NB to make tweakey schedule code more legible. + (tweakey.c) add_tweakeyloop --------------- -TODO +See reference implementation. add_python ---------- -TODO +### Fixes + +See reference implementation. + +### Cleanups + +- Re-write tweakey multiplications to better resemble the specification. + (multiplications.py) add_vhdl -------- |
