diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-17 12:19:22 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-17 12:19:22 -0400 |
commit | e7e18693968a15953ff844ed2ebe155ca623a891 (patch) | |
tree | 66beb4c73a31dc7cd2214af5fcfe78dc2c408795 /docs/hazmat | |
parent | 97a49a3135d37209a3cbd061525351275434adcc (diff) | |
parent | 3697b1ade555e6b300dc7a51295b65c8cea4bda5 (diff) | |
download | cryptography-e7e18693968a15953ff844ed2ebe155ca623a891.tar.gz cryptography-e7e18693968a15953ff844ed2ebe155ca623a891.tar.bz2 cryptography-e7e18693968a15953ff844ed2ebe155ca623a891.zip |
Merge pull request #1852 from reaperhulk/update-a-link
update a link that has been permanently redirected
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index a5187749..3b5b677b 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -688,4 +688,4 @@ Key interfaces .. _`Chinese Remainder Theorem`: https://en.wikipedia.org/wiki/RSA_%28cryptosystem%29#Using_the_Chinese_remainder_algorithm .. _`security proof`: http://eprint.iacr.org/2001/062.pdf .. _`recommended padding algorithm`: http://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html -.. _`proven secure`: http://cseweb.ucsd.edu/users/mihir/papers/oae.pdf +.. _`proven secure`: http://cseweb.ucsd.edu/~mihir/papers/oae.pdf |