aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-08 18:13:14 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-08 18:13:14 -0500
commitebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a (patch)
tree66af82b25194e3a818fa8efdb6ab2fc1ebfd60ca /docs/hazmat/primitives
parent51f4cd4c7aa0886ab73256bddf1f2b2d038e4627 (diff)
downloadcryptography-ebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a.tar.gz
cryptography-ebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a.tar.bz2
cryptography-ebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a.zip
add support for secp256k1
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst8
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
~~~~~~~~~~~~~~