diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 17:57:45 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 17:57:45 +0100 |
| commit | ef586cbef9eaff6a4409d777cd6102ec68e2e47a (patch) | |
| tree | 418600deb7e0fec41c5092786c2c26d76787e3ee /crypto_aead/lilliputaeii256v1/ref/_parameters.h | |
| parent | e124470b330742fbe0c6f0099d08fdf96070f6b8 (diff) | |
| download | lilliput-ae-implem-ef586cbef9eaff6a4409d777cd6102ec68e2e47a.tar.xz | |
Ajout de Lilliput-Ⅱ-256
Diffstat (limited to 'crypto_aead/lilliputaeii256v1/ref/_parameters.h')
| -rw-r--r-- | crypto_aead/lilliputaeii256v1/ref/_parameters.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |
