blob: 674e9ddb667e78984c44c7559cfd09778de16303 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|