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/api.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nist/api.h (limited to 'nist/api.h') diff --git a/nist/api.h b/nist/api.h new file mode 100644 index 0000000..c952db3 --- /dev/null +++ b/nist/api.h @@ -0,0 +1,12 @@ +#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 TAG_BYTES +#define CRYPTO_NOOVERLAP 1 + +#endif /* API_H */ -- cgit v1.2.3