diff options
| author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2021-08-08 13:13:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-08 13:13:44 -0400 |
| commit | db650fbc784e4ae9ffa7ca8ece7336db16ce0165 (patch) | |
| tree | 94f54e9b4d7d405d64cb7a525cb7dbb953f4b595 /docs | |
| parent | 97913343d6c8156cdb0e10707f398dae26f933b7 (diff) | |
| download | cryptography-db650fbc784e4ae9ffa7ca8ece7336db16ce0165.tar.gz | |
fix OAEP pdf link (#6195)
Diffstat (limited to 'docs')
| -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 7a3e835a1..009e23ea4 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -778,4 +778,4 @@ Key interfaces .. _`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 .. _`recommended padding algorithm`: https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html -.. _`proven secure`: https://cseweb.ucsd.edu/~mihir/papers/oae.pdf +.. _`proven secure`: https://cseweb.ucsd.edu/~mihir/papers/oaep.pdf |
