summaryrefslogtreecommitdiff
path: root/python/lilliput_ae_2.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/lilliput_ae_2.py')
-rw-r--r--python/lilliput_ae_2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/lilliput_ae_2.py b/python/lilliput_ae_2.py
index d333be2..d072935 100644
--- a/python/lilliput_ae_2.py
+++ b/python/lilliput_ae_2.py
@@ -22,8 +22,6 @@ TWEAKEY_BYTES = int(TWEAKEY_BITS / 8)
A_BITS = BLOCK_BITS
M_BITS = BLOCK_BITS
-N_BITS = 120
-N_BYTES = int(N_BITS / 8)
def InitParameters(key_bits) :