diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api_ref/block_cipher.rst | 11 | ||||
-rw-r--r-- | doc/deprecated.rst | 2 |
2 files changed, 1 insertions, 12 deletions
diff --git a/doc/api_ref/block_cipher.rst b/doc/api_ref/block_cipher.rst index 00dbb3751..f35ad8a94 100644 --- a/doc/api_ref/block_cipher.rst +++ b/doc/api_ref/block_cipher.rst @@ -274,17 +274,6 @@ necessary. Available if ``BOTAN_HAS_LION`` is defined. -MISTY1 -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -A 64-bit Japanese cipher standardized by NESSIE and ISO. Seemingly secure, but -quite slow and saw little adoption. No reason to use it in new code. - -Available if ``BOTAN_HAS_MISTY1`` is defined. - -.. warning:: - Support for MISTY1 is deprecated and will be removed in a future major release. - Noekeon ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/deprecated.rst b/doc/deprecated.rst index 68a0aad8b..5cd1784f4 100644 --- a/doc/deprecated.rst +++ b/doc/deprecated.rst @@ -59,7 +59,7 @@ Deprecated Functionality This section lists cryptographic functionality which will be removed in a future major release. -- Block ciphers GOST 28147, Kasumi, MISTY1, DESX, and XTEA. +- Block ciphers GOST 28147, Kasumi, DESX, and XTEA. - Hash functions GOST 34.11-94 and Tiger |