summaryrefslogtreecommitdiff
path: root/python/constants.py
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-14 13:06:45 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-03-21 14:49:15 +0100
commit504c32f4bd4d6e90864fec066de950a1b8925709 (patch)
tree30332f3725f336c9e9c2f3c6a75c1d457a2f664e /python/constants.py
parentf161a41e1bb1b379335bb658877a8859a64c9d10 (diff)
downloadlilliput-ae-implem-504c32f4bd4d6e90864fec066de950a1b8925709.tar.xz
[implem-python] Ajout de NONCE_BYTES dans constants.py
Diffstat (limited to 'python/constants.py')
-rw-r--r--python/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/constants.py b/python/constants.py
index 94a3e0e..02bbc1f 100644
--- a/python/constants.py
+++ b/python/constants.py
@@ -1,4 +1,5 @@
BLOCK_BYTES = 16
+NONCE_BYTES = 15
def rounds(key_bits):