summaryrefslogtreecommitdiff
path: root/src/add_python/lilliput/ae_mode_2.py
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-25 10:36:21 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-25 10:36:21 +0100
commitf468f2ca79e480fc058d37c338eb756ef88779f6 (patch)
treef59d46a432af8ee4cc8841db2be46d6a01283842 /src/add_python/lilliput/ae_mode_2.py
parente9682e5ff9946a018e00f513f58b7c7651708a63 (diff)
downloadlilliput-ae-implem-f468f2ca79e480fc058d37c338eb756ef88779f6.tar.xz
[implem-python] Suppression d'une ligne de '#'
Diffstat (limited to 'src/add_python/lilliput/ae_mode_2.py')
-rw-r--r--src/add_python/lilliput/ae_mode_2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/add_python/lilliput/ae_mode_2.py b/src/add_python/lilliput/ae_mode_2.py
index 2349757..79d1bcd 100644
--- 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)