From d06a3a8f9cfbdb04c091017bef15f10cc5fc0f45 Mon Sep 17 00:00:00 2001 From: jschmidtlein <49664532+jschmidtlein@users.noreply.github.com> Date: Mon, 4 Nov 2019 17:48:12 -0800 Subject: =?UTF-8?q?issue-5039:=20added=20documentation=20for=20curve=20att?= =?UTF-8?q?ribute=20on=20EllipticCurveP=E2=80=A6=20(#5045)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * issue-5039: added documentation for curve attribute on EllipticCurvePrivateKey based on existing docs * issue-5039: changed indentation --- docs/hazmat/primitives/asymmetric/ec.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index 05dd846c..bd52aeee 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -611,6 +611,12 @@ Key Interfaces :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`, which returns the decoded tuple ``(r, s)``. + .. attribute:: curve + + :type: :class:`EllipticCurve` + + The EllipticCurve that this key is on. + .. attribute:: key_size .. versionadded:: 1.9 -- cgit v1.2.3