diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 15:49:27 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-28 15:49:27 +0100 |
| commit | a3248db69b143ccbbe92560ff1409487cf8ac7cf (patch) | |
| tree | d1989ebcf4d35d49d12dbb2d9263442b9419d608 /crypto_aead/lilliputaeii192v1/ref/_parameters.h | |
| parent | b051e78bf8058ca400d28ada32dbd9a3de9ef642 (diff) | |
| download | lilliput-ae-implem-a3248db69b143ccbbe92560ff1409487cf8ac7cf.tar.xz | |
Ajout de Lilliput-Ⅱ-192
Diffstat (limited to 'crypto_aead/lilliputaeii192v1/ref/_parameters.h')
| -rw-r--r-- | crypto_aead/lilliputaeii192v1/ref/_parameters.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |
