aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst4
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index 0eb68ce6..7ab79f8c 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -439,8 +439,8 @@ Key interfaces
.. versionadded:: 1.5
- Verify one block of data which can be verified later by others using the
- public key.
+ Verify one block of data was signed by the private key
+ associated with this public key.
:param bytes signature: The signature to verify.
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 93214449..4cf9fa78 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -710,8 +710,8 @@ Key interfaces
.. versionadded:: 1.4
- Verify one block of data which can be verified later by others using the
- public key.
+ Verify one block of data was signed by the private key
+ associated with this public key.
:param bytes signature: The signature to verify.