diff options
Diffstat (limited to 'doc/manual/cipher_modes.rst')
-rw-r--r-- | doc/manual/cipher_modes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/cipher_modes.rst b/doc/manual/cipher_modes.rst index 7ad62b928..930008f34 100644 --- a/doc/manual/cipher_modes.rst +++ b/doc/manual/cipher_modes.rst @@ -152,7 +152,7 @@ XTS Available if ``BOTAN_HAS_MODE_XTS`` is defined. XTS is a mode specialized for encrypting disk storage. XTS requires all inputs -be at least 1 byte longer than the native block size of the cipher. +be at least one full block (16 bytes for AES). .. _aead: |