From 590327c8d81e42079c1fb215512ff5f306d33ab0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 12 Mar 2019 15:46:48 +0100 Subject: Homogénéisation de la déclaration des auteurs des implémentations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ça m'embêtait qu'on liste plusieurs personnes, puis qu'on dise "the implementer has…" ; repompé le "hereby denoted…" de Keccak. --- src/add_threshold/cipher.c | 2 +- src/add_threshold/random.c | 4 +++- src/add_threshold/random.h | 4 +++- src/add_threshold/tweakey.c | 2 +- src/add_threshold/tweakey.h | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) (limited to 'src/add_threshold') 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, -- cgit v1.2.3