mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)
* issue-5039: added documentation for curve attribute on EllipticCurvePrivateKey based on existing docs * issue-5039: changed indentation
This commit is contained in:
parent
d169a51b27
commit
d06a3a8f9c
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue