diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-02-07 18:28:47 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-02-07 18:28:47 +0000 |
commit | f44b6a9d05342033874a62bada41b536f2133ca2 (patch) | |
tree | b76322756650dd6ed00c46b9fa67190dc3890586 /docs/hazmat | |
parent | be5da2d7e3a22904f93b56ab54df06d975588d8e (diff) | |
download | cryptography-f44b6a9d05342033874a62bada41b536f2133ca2.tar.gz cryptography-f44b6a9d05342033874a62bada41b536f2133ca2.tar.bz2 cryptography-f44b6a9d05342033874a62bada41b536f2133ca2.zip |
.
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/rsa.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/rsa.rst b/docs/hazmat/primitives/rsa.rst index d62aa101..7c6356c1 100644 --- a/docs/hazmat/primitives/rsa.rst +++ b/docs/hazmat/primitives/rsa.rst @@ -51,7 +51,7 @@ RSA :raises ValueError: This is raised when the values of `public_exponent` or `modulus` do not match the bounds specified in - `RFC 3447`_ + `RFC 3447`_. .. _`RSA`: https://en.wikipedia.org/wiki/RSA_(cryptosystem) .. _`public-key`: https://en.wikipedia.org/wiki/Public-key_cryptography |