diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-05-24 12:15:59 +0100 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-05-24 12:15:59 +0100 |
commit | 24258ec6147e9c323b058ec7a165c52bc50ccdfc (patch) | |
tree | bb34706976ea78a73ebbce7124e736de3a848da6 /docs/hazmat/primitives/interfaces.rst | |
parent | d9c1ebac886658ca988d9d3ea3bf2841c9554241 (diff) | |
download | cryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.tar.gz cryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.tar.bz2 cryptography-24258ec6147e9c323b058ec7a165c52bc50ccdfc.zip |
doc8 fixes
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 4 |
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. |