From 1b760f1fed81f90506f776b70d2a0eb129ff27b7 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 26 May 2014 08:54:38 -0500 Subject: improve language in generate_rsa_parameters_supported docs --- docs/hazmat/backends/interfaces.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 238c2e75..78a35cd9 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -279,9 +279,9 @@ A specific ``backend`` may provide one or more of these interfaces. Check if the specified parameters are supported for key generation by the backend. - :param int public_exponent: The public exponent desired. + :param int public_exponent: The public exponent. - :param int key_size: The length in bits of the modulus desired. + :param int key_size: The bit length of the generated modulus. .. method:: decrypt_rsa(private_key, ciphertext, padding) -- cgit v1.2.3