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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 0998a0ca..e4e007ce 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -504,7 +504,7 @@ Asymmetric interfaces
`EdDSA`_.
.. classmethod:: signer(signature_algorithm)
-
+
Sign data which can be verified later by others using the public key.
:param signature_algorithm: An instance of a
@@ -534,7 +534,7 @@ Asymmetric interfaces
An elliptic curve public key.
.. classmethod:: verifier(signer, signature_algorithm)
-
+
Verify data was signed by the private key associated with this public
key.