From ffd17baa2f156d90f854e72eee374f0bc5abc99e Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 29 Nov 2018 14:48:22 +0100 Subject: Ajout d'un script de génération de livraison pour le NIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nist/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nist/README.md (limited to 'nist/README.md') diff --git a/nist/README.md b/nist/README.md new file mode 100644 index 0000000..674e9dd --- /dev/null +++ b/nist/README.md @@ -0,0 +1,11 @@ +`TestVectorGen.zip` was retrieved on [NIST's website] ([direct link]). + +`make-package.sh` will take create the directory structure specified +by [NIST's requirements], compile and run `TestVectorGen.zip`'s +`genkat_aead.c` against every member of the Lilliput-AE family, and +bundle the sources and the vectors into a tarball. + + +[NIST's website]: https://csrc.nist.gov/projects/lightweight-cryptography +[direct link]: https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/TestVectorGen.zip +[NIST's requirements]: https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/final-lwc-submission-requirements-august2018.pdf -- cgit v1.2.3