diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 17:49:12 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 17:49:12 +0100 |
| commit | 58bd58f23c0a6a36aa40cb07f8a5b2245d6225d4 (patch) | |
| tree | db858f3bcbd30fa836681ae99d5b05f72ae0e4ec /crypto_aead/lilliputaei256v1/ref/_parameters.h | |
| parent | 463b5237c5947b551ecb2b0a6d2419c19bf18a97 (diff) | |
| download | lilliput-ae-implem-58bd58f23c0a6a36aa40cb07f8a5b2245d6225d4.tar.xz | |
Ajout de Lilliput-Ⅰ-256
Diffstat (limited to 'crypto_aead/lilliputaei256v1/ref/_parameters.h')
| -rw-r--r-- | crypto_aead/lilliputaei256v1/ref/_parameters.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |
