diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-07-17 15:01:23 +0200 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2017-07-17 09:01:23 -0400 |
commit | ab4a0b39d0ccfedb07d64a70db77e62133915165 (patch) | |
tree | ed4670d30779a3310a7b6b25b564b28484ad0276 /docs/hazmat/primitives/asymmetric | |
parent | cc12beaccae801aa901c1f3dc9c936244633b022 (diff) | |
download | cryptography-ab4a0b39d0ccfedb07d64a70db77e62133915165.tar.gz cryptography-ab4a0b39d0ccfedb07d64a70db77e62133915165.tar.bz2 cryptography-ab4a0b39d0ccfedb07d64a70db77e62133915165.zip |
update docs to reflect #3364 (#3786)
Diffstat (limited to 'docs/hazmat/primitives/asymmetric')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/dh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dh.rst b/docs/hazmat/primitives/asymmetric/dh.rst index 1df182e8..b7f72482 100644 --- a/docs/hazmat/primitives/asymmetric/dh.rst +++ b/docs/hazmat/primitives/asymmetric/dh.rst @@ -278,7 +278,7 @@ Numbers :type: int - The generator value. Must be 2 or 5 (Unless q is given). + The generator value. Must be 2 or greater. .. attribute:: q |