From 7a2cf03fece905c33bcf3fbbad8d93c682c09bc0 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 12 Mar 2019 11:17:16 +0100 Subject: Ajustement des entêtes des fichiers sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ordre alphabétique des auteurs, - un auteur par ligne, date sur une ligne séparée : maintenance et diff plus simples, - brève description de chaque fichier. --- src/add_threshold/tweakey.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/add_threshold/tweakey.h') diff --git a/src/add_threshold/tweakey.h b/src/add_threshold/tweakey.h index c76d655..ca7bd49 100644 --- a/src/add_threshold/tweakey.h +++ b/src/add_threshold/tweakey.h @@ -2,9 +2,10 @@ Implementation of the Lilliput-AE tweakable block cipher. Authors: - Kévin Le Gouguec, - Léo Reynaud, - Alexandre Adomnicai, 2019. + Alexandre Adomnicai, + Kévin Le Gouguec, + Léo Reynaud, + 2019. For more information, feedback or questions, refer to our website: https://paclido.fr/lilliput-ae @@ -15,7 +16,8 @@ http://creativecommons.org/publicdomain/zero/1.0/ --- -This file provides the interface for Lilliput-TBC's tweakey schedule. +This file provides the interface for the first-order threshold implementation +of Lilliput-TBC's tweakey schedule. */ #ifndef TWEAKEY_H -- cgit v1.2.3