diff options
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/ec.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |