From 2649a694961a74126d977d8780d3d2fa2587e4e4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Feb 2014 07:14:16 -0800 Subject: Refer to the `d` param of RSA as `private_exponent`. --- docs/hazmat/primitives/interfaces.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/hazmat/primitives/interfaces.rst') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 7fef1c13..cbca5ed6 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -130,6 +130,12 @@ Asymmetric Interfaces The public exponent. + .. attribute:: private_exponent + + :type: int + + The private exponent. + .. attribute:: key_size :type: int @@ -152,7 +158,7 @@ Asymmetric Interfaces :type: int - The private exponent. + The private exponent. Alias for :attr:`private_exponent`. .. attribute:: n -- cgit v1.2.3