aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-05-17 17:02:42 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-05-23 21:05:47 +0100
commit977b409ed8aa9c26b2e3a1bdb6147b7c4435c1be (patch)
tree29fc11529cf9289837197daf4a231c654f6ad9e0 /docs/hazmat/primitives/interfaces.rst
parent3d643c57c219d9560890381561d831b789305c3c (diff)
downloadcryptography-977b409ed8aa9c26b2e3a1bdb6147b7c4435c1be.tar.gz
cryptography-977b409ed8aa9c26b2e3a1bdb6147b7c4435c1be.tar.bz2
cryptography-977b409ed8aa9c26b2e3a1bdb6147b7c4435c1be.zip
Remove key_size from EC keys docs
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-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