diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 4 |
1 files 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) |