diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-06-07 15:22:31 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-06-07 15:22:31 -0500 |
commit | 3d22ae8b18ea838d93aef375d01579719a23c27f (patch) | |
tree | f582ad5ccc03a1a5589f3371a840f76906331c92 /docs/hazmat/primitives/asymmetric | |
parent | d4ae6c616289439501c0745f052cbeebd82bef70 (diff) | |
parent | a28086e20b978f4286ab263e28dceb5b6c2a5a26 (diff) | |
download | cryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.tar.gz cryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.tar.bz2 cryptography-3d22ae8b18ea838d93aef375d01579719a23c27f.zip |
Merge pull request #1107 from public/ecdsa-multibackend
ECDSA multibackend
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 84911cba..3773e0ae 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -109,7 +109,7 @@ Elliptic Curve Signature Algorithms :class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm` provider. - .. code-block:: pycon + .. doctest:: >>> from cryptography.hazmat.backends import default_backend >>> from cryptography.hazmat.primitives import hashes |