diff options
-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 |