summaryrefslogtreecommitdiff
path: root/src/add_python/lilliput/multiplications.py
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-25 08:38:01 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-25 08:38:01 +0100
commit07af965f2687105324e0142270a9e194a5ae6af5 (patch)
tree229f5ac8a60245a5de1638a4384ba7b29c2583e4 /src/add_python/lilliput/multiplications.py
parent62cff183e2e9e67549db0461589a05138ce2ed00 (diff)
downloadlilliput-ae-implem-07af965f2687105324e0142270a9e194a5ae6af5.tar.xz
[implem-python] Ajout des entêtes manquants
Diffstat (limited to 'src/add_python/lilliput/multiplications.py')
-rw-r--r--src/add_python/lilliput/multiplications.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/add_python/lilliput/multiplications.py b/src/add_python/lilliput/multiplications.py
index dfdc3cb..2dea948 100644
--- a/src/add_python/lilliput/multiplications.py
+++ b/src/add_python/lilliput/multiplications.py
@@ -1,3 +1,22 @@
+# Implementation of the Lilliput-AE tweakable block cipher.
+#
+# Authors, hereby denoted as "the implementer":
+# Kévin Le Gouguec,
+# Léo Reynaud
+# 2019.
+#
+# For more information, feedback or questions, refer to our website:
+# https://paclido.fr/lilliput-ae
+#
+# To the extent possible under law, the implementer has waived all copyright
+# and related or neighboring rights to the source code in this file.
+# http://creativecommons.org/publicdomain/zero/1.0/
+
+"""Multiplications for Lilliput-TBC's tweakey schedule.
+
+This module provides a list of functions implementing lane multiplications,
+from ALPHAS[0] = α₀ = I to ALPHAS[6] = α₆ = M_R³.
+"""
def _multiply_M(lane):