diff options
author | Jack Lloyd <[email protected]> | 2020-12-15 09:05:52 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-12-15 09:05:52 -0500 |
commit | 931b5257eccf86fcff9f88663e05f618d1b61c1c (patch) | |
tree | c3ddb6ae26e1c3069c296c229d8a734b33b90f9a /doc | |
parent | 952926d1891a8e7579abe2eaa3dcb830582320e6 (diff) |
Mention MD4 deprecation in the API docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api_ref/hash.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api_ref/hash.rst b/doc/api_ref/hash.rst index 533a7267b..6198535f3 100644 --- a/doc/api_ref/hash.rst +++ b/doc/api_ref/hash.rst @@ -154,6 +154,9 @@ Available if ``BOTAN_HAS_MD4`` is defined. An old hash function that is now known to be trivially breakable. It is very fast, and may still be suitable as a (non-cryptographic) checksum. +.. warning:: + Support for MD4 is deprecated and will be removed in a future major release. + MD5 ^^^^^^^^^ |