aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/primitives/interfaces.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index e4ae3e93..e97f40f4 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -231,13 +231,13 @@ Asymmetric Interfaces
The public exponent. Alias for :attr:`public_exponent`.
-.. class:: AsymmetricSignContext
+.. class:: AsymmetricSignatureContext
.. versionadded:: 0.2
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you want to sign.
.. method:: finalize()
@@ -250,7 +250,7 @@ Asymmetric Interfaces
.. method:: update(data)
- :param bytes data: The data you wish to pass into the context.
+ :param bytes data: The data you wish to verify using the signature.
.. method:: finalize()