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