diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 09:44:28 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-27 09:44:28 +0100 |
| commit | 0034747fd91b5d1b5d6375eb295a79f5221de84a (patch) | |
| tree | 7f894d5932ec2283d0184fe8c5dc8f054d4ac54b /crypto_aead/lilliputaei128v1/ref/parameters.h | |
| parent | d14739644394986cb584acb45ed9b214dff1c501 (diff) | |
| download | lilliput-ae-implem-0034747fd91b5d1b5d6375eb295a79f5221de84a.tar.xz | |
Ajout de tests chiffrement/déchiffrement pour SCT-2
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/parameters.h')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/parameters.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/parameters.h b/crypto_aead/lilliputaei128v1/ref/parameters.h index 492a884..d4d55c2 100644 --- a/crypto_aead/lilliputaei128v1/ref/parameters.h +++ b/crypto_aead/lilliputaei128v1/ref/parameters.h @@ -1,9 +1,6 @@ #ifndef PARAMETERS_H #define PARAMETERS_H -#include <stdint.h> - - #define TWEAK_LENGTH_BITS 192 #define KEY_LENGTH_BITS 128 #define TWEAKEY_LENGTH_BITS (TWEAK_LENGTH_BITS+KEY_LENGTH_BITS) |
