From ebbeedfd5d0e98e3e47d6d3af90161225a8a3e4a Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 8 May 2015 18:13:14 -0500 Subject: add support for secp256k1 --- docs/hazmat/primitives/asymmetric/ec.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/hazmat/primitives') 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 ~~~~~~~~~~~~~~ -- cgit v1.2.3