diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-25 10:36:21 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-25 10:36:21 +0100 |
| commit | f468f2ca79e480fc058d37c338eb756ef88779f6 (patch) | |
| tree | f59d46a432af8ee4cc8841db2be46d6a01283842 /src | |
| parent | e9682e5ff9946a018e00f513f58b7c7651708a63 (diff) | |
| download | lilliput-ae-implem-f468f2ca79e480fc058d37c338eb756ef88779f6.tar.xz | |
[implem-python] Suppression d'une ligne de '#'
Diffstat (limited to 'src')
| -rw-r--r-- | src/add_python/lilliput/ae_mode_2.py | 1 |
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) |
