summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
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
commitc77e2ddc9b9c1dbab7513084d597a238b9b498dd (patch)
tree1049ab6ed943b1b0d224eb4f396d6da1845088cd /CHANGELOG.txt
parent24b986cd6167d2b1bf5fd666034587bd3d39eee6 (diff)
downloadlilliput-ae-implem-c77e2ddc9b9c1dbab7513084d597a238b9b498dd.tar.xz
Résumé des modifications sur felicsref
Diffstat (limited to 'CHANGELOG.txt')
-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
-------------