aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/rsa.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-01-02 13:00:21 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-01-02 12:00:21 -0600
commit3d9b2640d764fba5001d21582b76823927d1b6fb (patch)
treeb76a792164df7dacd27e6b269735388cfc36d68b /docs/hazmat/primitives/asymmetric/rsa.rst
parent042dce40fc12f6554ee22a96d7362fb22a2e39d8 (diff)
downloadcryptography-3d9b2640d764fba5001d21582b76823927d1b6fb.tar.gz
cryptography-3d9b2640d764fba5001d21582b76823927d1b6fb.tar.bz2
cryptography-3d9b2640d764fba5001d21582b76823927d1b6fb.zip
Use the contents of the ecrypt docs from the University website (#4673)
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/rsa.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index fee51153..dab90964 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -720,7 +720,7 @@ Key interfaces
.. _`public-key`: https://en.wikipedia.org/wiki/Public-key_cryptography
.. _`specific mathematical properties`: https://en.wikipedia.org/wiki/RSA_(cryptosystem)#Key_generation
.. _`use 65537`: https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html
-.. _`at least 2048`: http://www.ecrypt.eu.org/ecrypt2/documents/D.SPA.20.pdf
+.. _`at least 2048`: https://www.cosic.esat.kuleuven.be/ecrypt/ecrypt2/documents/D.SPA.20.pdf
.. _`OpenPGP`: https://en.wikipedia.org/wiki/Pretty_Good_Privacy
.. _`Chinese Remainder Theorem`: https://en.wikipedia.org/wiki/RSA_%28cryptosystem%29#Using_the_Chinese_remainder_algorithm
.. _`security proof`: https://eprint.iacr.org/2001/062.pdf