aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-17 13:19:15 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-06-07 19:04:27 +0100
commite47bafb9b620b557aeb48fce4734a568d6dc0b38 (patch)
tree6fe6155fca2d6943f7615ea391e43538d6394c38 /docs/hazmat/primitives/interfaces.rst
parentddadf40234e97cd5b7e5f7b3a3a03d38900cb291 (diff)
downloadcryptography-e47bafb9b620b557aeb48fce4734a568d6dc0b38.tar.gz
cryptography-e47bafb9b620b557aeb48fce4734a568d6dc0b38.tar.bz2
cryptography-e47bafb9b620b557aeb48fce4734a568d6dc0b38.zip
ECDSA backend
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r--docs/hazmat/primitives/interfaces.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 34e4e938..d5ca59ab 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -411,7 +411,6 @@ 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
@@ -421,7 +420,6 @@ Asymmetric interfaces
:returns:
:class:`~cryptography.hazmat.primitives.interfaces.AsymmetricSignatureContext`
- .. attribute:: curve
:type: :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurve`
@@ -440,8 +438,7 @@ Asymmetric interfaces
An elliptic curve public key.
- .. classmethod:: verifier(signer, signature_algorithm)
-
+ .. classmethod:: verifier(signature, signature_algorithm)
Verify data was signed by the private key associated with this public
key.