aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/dsa.rst
diff options
context:
space:
mode:
authorAviv Palivoda <palaviv@gmail.com>2016-07-02 19:43:06 +0300
committerAlex Gaynor <alex.gaynor@gmail.com>2016-07-02 12:43:06 -0400
commit2120a8e090ff8974d727f76aae5f2f9eac56656c (patch)
treec79d3eaac5584d05bead50f516e5f5dac0cd4bea /docs/hazmat/primitives/asymmetric/dsa.rst
parent14a9ad4c35a625088339e2e142907243adfffa99 (diff)
downloadcryptography-2120a8e090ff8974d727f76aae5f2f9eac56656c.tar.gz
cryptography-2120a8e090ff8974d727f76aae5f2f9eac56656c.tar.bz2
cryptography-2120a8e090ff8974d727f76aae5f2f9eac56656c.zip
One shot sign/verification ECDSA (#3029)
* Add sign and verify methods to ECDSA * Documented ECDSA sign/verify methods * Added CHANGELOG entry * Skipping test verify and sign if curve is not supported * Fixed typo in documentation return type * Removed provider language from EllipticCurvePrivateKey and EllipticCurvePublicKey
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/dsa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst
index 7ab79f8c..f77af2a2 100644
--- a/docs/hazmat/primitives/asymmetric/dsa.rst
+++ b/docs/hazmat/primitives/asymmetric/dsa.rst
@@ -322,7 +322,7 @@ Key interfaces
:class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
provider.
- :return: bytes: Signature.
+ :return bytes: Signature.
.. class:: DSAPrivateKeyWithSerialization