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 904b99b495a419fefc666e489c31893f86d5080e
parent 9e1665c710f43f4f8850d80dce244e4f36e09d19
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Fri,  5 Jul 2019 11:07:41 +0200

Renommage de la version initiale en "v1"

Une traduction automatique de la version en nom de dossier crypto_aead
transformerait v1.0 en v10, or

1. nos dossiers s'appelaient v1
2. un jour on aura peut-être une version 10

(Le  schéma  de   nommage  crypto_aead  ouvre  la  porte   a  pas  mal
d'ambiguïtés, de toute façon…)

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt @@ -76,7 +76,7 @@ add_vhdl TODO -v1.0 -==== +v1 +== Initial release to round 1 of the LWC standardization process.