From 977b409ed8aa9c26b2e3a1bdb6147b7c4435c1be Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Sat, 17 May 2014 17:02:42 +0100 Subject: Remove key_size from EC keys docs --- docs/hazmat/primitives/interfaces.rst | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3