diff options
Diffstat (limited to 'python/constants.py')
| -rw-r--r-- | python/constants.py | 1 |
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): |
