diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-05 10:17:26 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-05 10:17:26 +0200 |
| commit | a38039473fc57e1b31d0e321808ecf9ee19bb7e1 (patch) | |
| tree | 1049ab6ed943b1b0d224eb4f396d6da1845088cd | |
| parent | b2639d7ca6d3a01787fd0eb99b05d71065c115a9 (diff) | |
| download | lilliput-ae-implem-a38039473fc57e1b31d0e321808ecf9ee19bb7e1.tar.xz | |
Résumé des modifications sur felicsref
| -rw-r--r-- | CHANGELOG.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f793279..3a6348e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -38,6 +38,17 @@ ref - lane 6: M_R^3 (unchanged) (multiplications.h, tweakey.c) +add_felicsref +------------- + +See reference implementation. Further changes: + +- Introduce helper function _multiply() to reduce code duplication. + (tweakey.c) + +- Compute round-tweakeys on the fly to save on RAM, instead of storing all pre-computed round-tweakeys. + (cipher.c) + add_threshold ------------- |
