diff options
| author | Natalia Maximo <iam@natalia.dev> | 2021-11-26 19:15:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-27 00:15:38 +0000 |
| commit | e91d3047e959c6961c8ea1d6bbc84bd76354f7a1 (patch) | |
| tree | 91964e657046a4c7a3c183be74afbbb69e6e2a57 /docs/hazmat | |
| parent | 548d9b5bc4cb4b11929a72fb3b181394d78ee3e8 (diff) | |
| download | cryptography-e91d3047e959c6961c8ea1d6bbc84bd76354f7a1.tar.gz | |
fix: fixed confusing typo on DSA docs (#6662)
Diffstat (limited to 'docs/hazmat')
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/dsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/dsa.rst b/docs/hazmat/primitives/asymmetric/dsa.rst index 68059de93..69f128ba1 100644 --- a/docs/hazmat/primitives/asymmetric/dsa.rst +++ b/docs/hazmat/primitives/asymmetric/dsa.rst @@ -49,7 +49,7 @@ Generation Generate DSA parameters. - :param int key_size: The length of :attr:`~DSAParameterNumbers.q`. It + :param int key_size: The length of :attr:`~DSAParameterNumbers.p`. It should be either 1024, 2048, 3072, or 4096. For keys generated in 2015 this should be `at least 2048`_ (See page 41). |
