diff options
Diffstat (limited to 'python/lilliput/constants.py')
| -rw-r--r-- | python/lilliput/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lilliput/constants.py b/python/lilliput/constants.py index c61dfe0..0c9b89f 100644 --- a/python/lilliput/constants.py +++ b/python/lilliput/constants.py @@ -1,6 +1,7 @@ BLOCK_BITS = 128 BLOCK_BYTES = BLOCK_BITS//8 NONCE_BYTES = 15 +TAG_BYTES = 16 Sbox = [ |
