aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-02-06 21:06:18 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-02-06 21:15:47 +0000
commit4eaab17b738963335c76cfafafee44fef8203dee (patch)
treedcb0b2f3febd8be901aa80d12fe0e7e7f8a43c9d /docs/hazmat/primitives
parent7d69d3a831abfdfadf014ece0b324d406742d286 (diff)
downloadcryptography-4eaab17b738963335c76cfafafee44fef8203dee.tar.gz
cryptography-4eaab17b738963335c76cfafafee44fef8203dee.tar.bz2
cryptography-4eaab17b738963335c76cfafafee44fef8203dee.zip
More sanity checks
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/rsa.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/rsa.rst b/docs/hazmat/primitives/rsa.rst
index f79b9300..3c509cf9 100644
--- a/docs/hazmat/primitives/rsa.rst
+++ b/docs/hazmat/primitives/rsa.rst
@@ -22,9 +22,9 @@ RSA
:raises TypeError: This is raised when the arguments are not all integers.
- :raises ValueError: This is raised when the values of `private_exponent`,
- `public_exponent` or `modulus` do not match the bounds
- specified in `RFC 3447`_
+ :raises ValueError: This is raised when the values of `p`, `q`,
+ `private_exponent`, `public_exponent` or `modulus` do
+ not match the bounds specified in `RFC 3447`_.
.. class:: RSAPublicKey(public_exponent, modulus)