diff options
Diffstat (limited to 'python/constants.py')
| -rw-r--r-- | python/constants.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/constants.py b/python/constants.py index e8d8d03..764febb 100644 --- a/python/constants.py +++ b/python/constants.py @@ -1,4 +1,5 @@ -BLOCK_BYTES = 16 +BLOCK_BITS = 128 +BLOCK_BYTES = BLOCK_BITS//8 NONCE_BYTES = 15 |
