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

README.md (647B)


      1 `TestVectorGen` was retrieved from [NIST's website] ([direct link]).
      2 
      3 `make-package.sh` will create the directory structure specified by
      4 [NIST's requirements], compile and run `TestVectorGen/genkat_aead.c`
      5 against every member of the Lilliput-AE family, and bundle the sources
      6 and vectors under `./crypto_aead`.
      7 
      8 
      9 [NIST's website]: https://csrc.nist.gov/projects/lightweight-cryptography
     10 [direct link]: https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/TestVectorGen.zip
     11 [NIST's requirements]: https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/final-lwc-submission-requirements-august2018.pdf