From ef586cbef9eaff6a4409d777cd6102ec68e2e47a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 28 Nov 2018 17:57:45 +0100 Subject: Ajout de Lilliput-Ⅱ-256 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaeii256v1/ref/_parameters.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crypto_aead/lilliputaeii256v1/ref/_parameters.h (limited to 'crypto_aead/lilliputaeii256v1/ref/_parameters.h') diff --git a/crypto_aead/lilliputaeii256v1/ref/_parameters.h b/crypto_aead/lilliputaeii256v1/ref/_parameters.h new file mode 100644 index 0000000..8bd0430 --- /dev/null +++ b/crypto_aead/lilliputaeii256v1/ref/_parameters.h @@ -0,0 +1,9 @@ +#ifndef _PARAMETERS_H +#define _PARAMETERS_H + +#define KEY_LENGTH_BITS 256 +#define ROUNDS 42 + +#define TWEAK_LENGTH_BITS 128 + +#endif /* _PARAMETERS_H */ -- cgit v1.2.3