diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-31 07:27:48 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-31 07:27:48 -0400 |
commit | 88a2eddd79d3d52a3433b48cca9c301723ecbca3 (patch) | |
tree | 26684dad3de401b3109f389714ea269a9ac67982 /docs/hazmat/primitives/asymmetric/dsa.rst | |
parent | 43f7fba27d2d8cd829857fdea847e3ce8d2fd130 (diff) | |
parent | 7476ff5b97b73ed7e50837fa36c7f064e07842bd (diff) | |
download | cryptography-88a2eddd79d3d52a3433b48cca9c301723ecbca3.tar.gz cryptography-88a2eddd79d3d52a3433b48cca9c301723ecbca3.tar.bz2 cryptography-88a2eddd79d3d52a3433b48cca9c301723ecbca3.zip |
Merge pull request #1807 from reaperhulk/fix-ecrypt-link
update ecrypt link in docs
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/dsa.rst')
-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 3c3567be..179bb8d1 100644 --- a/docs/hazmat/primitives/asymmetric/dsa.rst +++ b/docs/hazmat/primitives/asymmetric/dsa.rst @@ -438,4 +438,4 @@ Key interfaces .. _`DSA`: https://en.wikipedia.org/wiki/Digital_Signature_Algorithm .. _`public-key`: https://en.wikipedia.org/wiki/Public-key_cryptography .. _`FIPS 186-4`: http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-4.pdf -.. _`at least 2048`: http://www.ecrypt.eu.org/documents/D.SPA.20.pdf +.. _`at least 2048`: http://www.ecrypt.eu.org/ecrypt2/documents/D.SPA.20.pdf |