aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 931aa962..4cb64c83 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -648,7 +648,7 @@ Key derivation functions
.. class:: CMACContext
- `CMACContext` has been deprecated in favor of `MACContext`.
+ :class:`CMACContext` has been deprecated in favor of :class:`MACContext`.
.. versionadded:: 0.4
@@ -679,10 +679,11 @@ Key derivation functions
.. method:: copy()
- :return: A :class:`~cryptography.hazmat.primitives.interfaces.MACContext`
- that is a copy of the current context.
+ :return: A
+ :class:`~cryptography.hazmat.primitives.interfaces.MACContext` that
+ is a copy of the current context.
- .. method:: verify()
+ .. method:: verify(signature)
:param signature bytes: The signature to verify.