lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 5f19c30d2fee032b8fd07ec5bfe40f6599bf3eb7
parent 6bb0c4369ec43c6c3a83e58c1906f4c1f0d3a0dd
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Thu, 14 Mar 2019 15:48:14 +0100

[implem-python] Suppression d'affectations redondantes

Aurais dû les enlever dans 23d2fea280302c01a818e46e4a43c884eac03865.

Diffstat:
Mpython/lilliput_ae_2.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/python/lilliput_ae_2.py b/python/lilliput_ae_2.py @@ -25,8 +25,6 @@ M_BITS = BLOCK_BITS def InitParameters(key_bits) : global KEY_BITS global KEY_BYTES - global TWEAK_BITS - global TWEAK_BYTES global TWEAKEY_BITS global TWEAKEY_BYTES global LANES