commit f468f2ca79e480fc058d37c338eb756ef88779f6
parent e9682e5ff9946a018e00f513f58b7c7651708a63
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date: Mon, 25 Mar 2019 10:36:21 +0100
[implem-python] Suppression d'une ligne de '#'
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/add_python/lilliput/ae_mode_2.py b/src/add_python/lilliput/ae_mode_2.py
@@ -99,7 +99,6 @@ def _message_encryption(M, N, tag, key):
return C
-################################################################################
def encrypt(A, M, N, key):
K = list(key)
N = list(N)