diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-03 14:48:06 -0700 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-06-03 14:48:06 -0700 |
commit | 13e9c4ce99578fe5959b3c8093d8fbf194eeba5d (patch) | |
tree | 996aa4f437b23d9129ceb56ffb8ccbfe08962509 /docs/hazmat/primitives/asymmetric | |
parent | 949892938735c0cf14a6689d68779c2ce2410585 (diff) | |
download | cryptography-13e9c4ce99578fe5959b3c8093d8fbf194eeba5d.tar.gz cryptography-13e9c4ce99578fe5959b3c8093d8fbf194eeba5d.tar.bz2 cryptography-13e9c4ce99578fe5959b3c8093d8fbf194eeba5d.zip |
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
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 |