From 13e9c4ce99578fe5959b3c8093d8fbf194eeba5d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 3 Jun 2016 14:48:06 -0700 Subject: Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959) * Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size * fix --- docs/hazmat/primitives/asymmetric/ec.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/asymmetric') diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst index b32d331c..2c59374a 100644 --- a/docs/hazmat/primitives/asymmetric/ec.rst +++ b/docs/hazmat/primitives/asymmetric/ec.rst @@ -341,7 +341,8 @@ Key Interfaces :type: int - The bit length of the curve's base point. + Size (in bits) of a secret scalar for the curve (as generated by + :func:`generate_private_key`). .. class:: EllipticCurveSignatureAlgorithm -- cgit v1.2.3