From d14739644394986cb584acb45ed9b214dff1c501 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 27 Nov 2018 08:58:46 +0100 Subject: Mise en commun du code TBC et ΘCB3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il ne devrait pas varier selon les paramètres AFAICT. --- crypto_aead/lilliputaei128v1/ref/api.h | 13 ------------- 1 file changed, 13 deletions(-) delete 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 deleted file mode 100644 index 80dc20c..0000000 --- a/crypto_aead/lilliputaei128v1/ref/api.h +++ /dev/null @@ -1,13 +0,0 @@ -#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