From 0ea51ff949b689a6db9b823a18a83098707a9717 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 22 Nov 2018 11:24:45 +0100 Subject: Ajout des fichiers demandés par le NIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit crypto_aead.h est fourni ici : https://csrc.nist.gov/CSRC/media/Projects/Lightweight-Cryptography/documents/TestVectorGen.zip --- crypto_aead/lilliputaei128v1/ref/api.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 crypto_aead/lilliputaei128v1/ref/api.h (limited to 'crypto_aead/lilliputaei128v1/ref/api.h') diff --git a/crypto_aead/lilliputaei128v1/ref/api.h b/crypto_aead/lilliputaei128v1/ref/api.h new file mode 100644 index 0000000..80dc20c --- /dev/null +++ b/crypto_aead/lilliputaei128v1/ref/api.h @@ -0,0 +1,13 @@ +#ifndef API_H +#define API_H + +#include "parameters.h" + + +#define CRYPTO_KEYBYTES KEY_BYTES +#define CRYPTO_NSECBYTES 0 +#define CRYPTO_NPUBBYTES NONCE_BYTES +#define CRYPTO_ABYTES BLOCK_BYTES +#define CRYPTO_NOOVERLAP 1 + +#endif /* API_H */ -- cgit v1.2.3