summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/parameters.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-27 09:44:28 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-27 09:44:28 +0100
commit0034747fd91b5d1b5d6375eb295a79f5221de84a (patch)
tree7f894d5932ec2283d0184fe8c5dc8f054d4ac54b /crypto_aead/lilliputaei128v1/ref/parameters.h
parentd14739644394986cb584acb45ed9b214dff1c501 (diff)
downloadlilliput-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.h3
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)