summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 10:17:26 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-05 10:17:26 +0200
commita38039473fc57e1b31d0e321808ecf9ee19bb7e1 (patch)
tree1049ab6ed943b1b0d224eb4f396d6da1845088cd
parentb2639d7ca6d3a01787fd0eb99b05d71065c115a9 (diff)
downloadlilliput-ae-implem-a38039473fc57e1b31d0e321808ecf9ee19bb7e1.tar.xz
Résumé des modifications sur felicsref
-rw-r--r--CHANGELOG.txt11
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
-------------