summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 11:22:08 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 11:22:08 +0100
commit2df3f453fc584c9001404c3d2a74cb2059d94c0f (patch)
treed81bd29417cf97b7f3e6e8bf8b0a1c6fdf71043d /crypto_aead/lilliputaei128v1/ref/constants.h
parent1a8a1c0f98e39907af61d181d318fd45f3ce93ca (diff)
downloadlilliput-ae-implem-2df3f453fc584c9001404c3d2a74cb2059d94c0f.tar.xz
Introduction de l'entête "parameters.h"
Permet d'isoler les paramètres propres à la taille de clé et au mode ; normalement, le reste du code devrait être strictement identique d'un dossier à l'autre.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.h b/crypto_aead/lilliputaei128v1/ref/constants.h
index 109f1c5..123204a 100644
--- a/crypto_aead/lilliputaei128v1/ref/constants.h
+++ b/crypto_aead/lilliputaei128v1/ref/constants.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include <stdint.h>