From 77d917b983022d176e266e29c089493e22df9fa8 Mon Sep 17 00:00:00 2001 From: Aviv Palivoda Date: Fri, 1 Jul 2016 00:43:41 +0300 Subject: one shot verify documentation fix (#3031) --- docs/hazmat/primitives/asymmetric/dsa.rst | 4 ++-- docs/hazmat/primitives/asymmetric/rsa.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/hazmat') 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. -- cgit v1.2.3