aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/interfaces.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index f4597fbf..c5a430d2 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -524,12 +524,6 @@ Asymmetric interfaces
The elliptic curve for this key.
- .. attribute:: key_size
-
- :type: int
-
- The bit length of the curves base point.
-
.. method:: public_key()
:return: :class:`~cryptography.hazmat.primitives.interfaces.EllipticCurvePublicKey`
@@ -567,12 +561,6 @@ Asymmetric interfaces
The elliptic curve for this key.
- .. attribute:: key_size
-
- :type: int
-
- The bit length of the curves base point.
-
.. class:: AsymmetricSignatureContext