aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mistakes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mistakes.rst')
-rw-r--r--doc/mistakes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/mistakes.rst b/doc/mistakes.rst
index 0bc1de743..75cdb4993 100644
--- a/doc/mistakes.rst
+++ b/doc/mistakes.rst
@@ -21,6 +21,9 @@ Intead such operations should have been accessible only via the higher level
interfaces (here BlockCipher and HashFunction). This would substantially reduce
the overall API and ABI surface.
+These interfaces are now deprecated, and perhaps will be able to be
+removed eventually.
+
Exceptions
-----------