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