summaryrefslogtreecommitdiff
path: root/src/add_threshold
diff options
context:
space:
mode:
Diffstat (limited to 'src/add_threshold')
-rw-r--r--src/add_threshold/cipher.c2
-rw-r--r--src/add_threshold/random.c4
-rw-r--r--src/add_threshold/random.h4
-rw-r--r--src/add_threshold/tweakey.c2
-rw-r--r--src/add_threshold/tweakey.h2
5 files changed, 9 insertions, 5 deletions
diff --git a/src/add_threshold/cipher.c b/src/add_threshold/cipher.c
index 230582d..7efd4ae 100644
--- a/src/add_threshold/cipher.c
+++ b/src/add_threshold/cipher.c
@@ -1,7 +1,7 @@
/*
Implementation of the Lilliput-AE tweakable block cipher.
-Authors:
+Authors, hereby denoted as "the implementer":
Alexandre Adomnicai,
Kévin Le Gouguec,
Léo Reynaud,
diff --git a/src/add_threshold/random.c b/src/add_threshold/random.c
index 1bd9427..a966a8e 100644
--- a/src/add_threshold/random.c
+++ b/src/add_threshold/random.c
@@ -1,7 +1,9 @@
/*
Implementation of the Lilliput-AE tweakable block cipher.
-Author: Kévin Le Gouguec, 2019.
+Authors, hereby denoted as "the implementer":
+ Kévin Le Gouguec,
+ 2019.
For more information, feedback or questions, refer to our website:
https://paclido.fr/lilliput-ae
diff --git a/src/add_threshold/random.h b/src/add_threshold/random.h
index 12cae15..32ff4df 100644
--- a/src/add_threshold/random.h
+++ b/src/add_threshold/random.h
@@ -1,7 +1,9 @@
/*
Implementation of the Lilliput-AE tweakable block cipher.
-Author: Kévin Le Gouguec, 2019.
+Authors, hereby denoted as "the implementer":
+ Kévin Le Gouguec,
+ 2019.
For more information, feedback or questions, refer to our website:
https://paclido.fr/lilliput-ae
diff --git a/src/add_threshold/tweakey.c b/src/add_threshold/tweakey.c
index 097a79a..e228a69 100644
--- a/src/add_threshold/tweakey.c
+++ b/src/add_threshold/tweakey.c
@@ -1,7 +1,7 @@
/*
Implementation of the Lilliput-AE tweakable block cipher.
-Authors:
+Authors, hereby denoted as "the implementer":
Alexandre Adomnicai,
Kévin Le Gouguec,
Léo Reynaud,
diff --git a/src/add_threshold/tweakey.h b/src/add_threshold/tweakey.h
index ad2262b..f9ca722 100644
--- a/src/add_threshold/tweakey.h
+++ b/src/add_threshold/tweakey.h
@@ -1,7 +1,7 @@
/*
Implementation of the Lilliput-AE tweakable block cipher.
-Authors:
+Authors, hereby denoted as "the implementer":
Alexandre Adomnicai,
Kévin Le Gouguec,
Léo Reynaud,