commit c77e2ddc9b9c1dbab7513084d597a238b9b498dd parent 24b986cd6167d2b1bf5fd666034587bd3d39eee6 Author: Kévin Le Gouguec <kevin.legouguec@airbus.com> Date: Fri, 5 Jul 2019 10:17:26 +0200 Résumé des modifications sur felicsref Diffstat:
| M | CHANGELOG.txt | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git 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 -------------