lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 893678ca67e8d8503d5a67190b770f13918522e5
parent 54ee7f6f31bfe0c751c322134a7c3c5d69969e3f
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Thu,  4 Jul 2019 14:33:55 +0200

Ajout de squelettes pour les changelogs des autres implémentations

Diffstat:
MCHANGELOG.txt | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt @@ -34,6 +34,26 @@ These modifications are structural and/or stylistic and do not change the algori - Extract tweakey multiplications into their own header file, so that other implementations can make more targeted changes. (constants.h, multiplications.h, tweakey.c) +add_threshold +------------- + +TODO + +add_tweakeyloop +--------------- + +TODO + +add_python +---------- + +TODO + +add_vhdl +-------- + +TODO + v1.0 ====