summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------------