summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-12 15:46:48 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-12 17:36:12 +0100
commit590327c8d81e42079c1fb215512ff5f306d33ab0 (patch)
treed6e1943d93600d350fa893e29c0325f651b2147b /src
parentf24a5cdcf0eec552f2d2edc73a7df156784ed7c0 (diff)
downloadlilliput-ae-implem-590327c8d81e42079c1fb215512ff5f306d33ab0.tar.xz
Homogénéisation de la déclaration des auteurs des implémentations
Ça m'embêtait qu'on liste plusieurs personnes, puis qu'on dise "the implementer has…" ; repompé le "hereby denoted…" de Keccak.
Diffstat (limited to 'src')
-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
-rw-r--r--src/add_tweakeyloop/tweakey.c4
-rw-r--r--src/i-128/parameters.h4
-rw-r--r--src/i-192/parameters.h4
-rw-r--r--src/i-256/parameters.h4
-rw-r--r--src/ii-128/parameters.h4
-rw-r--r--src/ii-192/parameters.h4
-rw-r--r--src/ii-256/parameters.h4
-rw-r--r--src/ref/cipher.c4
-rw-r--r--src/ref/cipher.h4
-rw-r--r--src/ref/constants.h4
-rw-r--r--src/ref/lilliput-ae-utils.h4
-rw-r--r--src/ref/lilliput-ae.h4
-rw-r--r--src/ref/lilliput-i.c4
-rw-r--r--src/ref/lilliput-ii.c4
-rw-r--r--src/ref/tweakey.c4
-rw-r--r--src/ref/tweakey.h4
21 files changed, 57 insertions, 21 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,
diff --git a/src/add_tweakeyloop/tweakey.c b/src/add_tweakeyloop/tweakey.c
index b1f349e..3360a70 100644
--- a/src/add_tweakeyloop/tweakey.c
+++ b/src/add_tweakeyloop/tweakey.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/i-128/parameters.h b/src/i-128/parameters.h
index b4c2f02..11ef889 100644
--- a/src/i-128/parameters.h
+++ b/src/i-128/parameters.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/i-192/parameters.h b/src/i-192/parameters.h
index aa1ea31..18d9e34 100644
--- a/src/i-192/parameters.h
+++ b/src/i-192/parameters.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/i-256/parameters.h b/src/i-256/parameters.h
index 5a9c029..4d23eae 100644
--- a/src/i-256/parameters.h
+++ b/src/i-256/parameters.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/ii-128/parameters.h b/src/ii-128/parameters.h
index aa73123..8e8dbc0 100644
--- a/src/ii-128/parameters.h
+++ b/src/ii-128/parameters.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/ii-192/parameters.h b/src/ii-192/parameters.h
index 531d56d..d5c6f89 100644
--- a/src/ii-192/parameters.h
+++ b/src/ii-192/parameters.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/ii-256/parameters.h b/src/ii-256/parameters.h
index 77d2f99..b6e1d34 100644
--- a/src/ii-256/parameters.h
+++ b/src/ii-256/parameters.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/ref/cipher.c b/src/ref/cipher.c
index 48144d4..5f26cc9 100644
--- a/src/ref/cipher.c
+++ b/src/ref/cipher.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/ref/cipher.h b/src/ref/cipher.h
index 8e4bd16..b84820d 100644
--- a/src/ref/cipher.h
+++ b/src/ref/cipher.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/ref/constants.h b/src/ref/constants.h
index 6f17b40..6812fd8 100644
--- a/src/ref/constants.h
+++ b/src/ref/constants.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/ref/lilliput-ae-utils.h b/src/ref/lilliput-ae-utils.h
index d78d9ff..41acaf6 100644
--- a/src/ref/lilliput-ae-utils.h
+++ b/src/ref/lilliput-ae-utils.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/ref/lilliput-ae.h b/src/ref/lilliput-ae.h
index 48721fe..acb24d2 100644
--- a/src/ref/lilliput-ae.h
+++ b/src/ref/lilliput-ae.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/ref/lilliput-i.c b/src/ref/lilliput-i.c
index 5e91e4e..74248a9 100644
--- a/src/ref/lilliput-i.c
+++ b/src/ref/lilliput-i.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/ref/lilliput-ii.c b/src/ref/lilliput-ii.c
index 7c02bce..a371521 100644
--- a/src/ref/lilliput-ii.c
+++ b/src/ref/lilliput-ii.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/ref/tweakey.c b/src/ref/tweakey.c
index dd1a855..78c6060 100644
--- a/src/ref/tweakey.c
+++ b/src/ref/tweakey.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/ref/tweakey.h b/src/ref/tweakey.h
index e461b43..dcda357 100644
--- a/src/ref/tweakey.h
+++ b/src/ref/tweakey.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