aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-24 12:15:59 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-05-24 12:15:59 +0100
commit24258ec6147e9c323b058ec7a165c52bc50ccdfc (patch)
treebb34706976ea78a73ebbce7124e736de3a848da6 /docs
parentd9c1ebac886658ca988d9d3ea3bf2841c9554241 (diff)
downloadcryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.tar.gz
cryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.tar.bz2
cryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.zip
doc8 fixes
Diffstat (limited to 'docs')
-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.