diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-08 19:51:37 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-08 19:51:37 -0400 |
commit | b1fca70e16fa5c6ed92835203ded14d9f58a6aeb (patch) | |
tree | 66af82b25194e3a818fa8efdb6ab2fc1ebfd60ca /docs/hazmat/primitives/asymmetric/ec.rst | |
parent | 51f4cd4c7aa0886ab73256bddf1f2b2d038e4627 (diff) | |
parent | ebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a (diff) | |
download | cryptography-b1fca70e16fa5c6ed92835203ded14d9f58a6aeb.tar.gz cryptography-b1fca70e16fa5c6ed92835203ded14d9f58a6aeb.tar.bz2 cryptography-b1fca70e16fa5c6ed92835203ded14d9f58a6aeb.zip |
Merge pull request #1913 from reaperhulk/secp256k1-support
add support for secp256k1
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 6f4afe7d..71f6e6fd 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -251,6 +251,14 @@ All named curves are providers of :class:`EllipticCurve`. SECG curve ``secp192r1``. Also called NIST P-192. + +.. class:: SECP256K1 + + .. versionadded:: 0.9 + + SECG curve ``secp256k1``. + + Key Interfaces ~~~~~~~~~~~~~~ |