From 58bd58f23c0a6a36aa40cb07f8a5b2245d6225d4 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 28 Nov 2018 17:49:12 +0100 Subject: Ajout de Lilliput-Ⅰ-256 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaei256v1/ref/_parameters.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crypto_aead/lilliputaei256v1/ref/_parameters.h (limited to 'crypto_aead/lilliputaei256v1/ref/_parameters.h') diff --git a/crypto_aead/lilliputaei256v1/ref/_parameters.h b/crypto_aead/lilliputaei256v1/ref/_parameters.h new file mode 100644 index 0000000..d948ac5 --- /dev/null +++ b/crypto_aead/lilliputaei256v1/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 192 + +#endif /* _PARAMETERS_H */ -- cgit v1.2.3