From 716b6bc323e1bc1b39614ebaf880ae5c32102a3b Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 30 Apr 2014 15:18:44 -0700 Subject: More RSA*Numbers documentation, gosh these descriptions are bad. --- docs/hazmat/primitives/asymmetric/rsa.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/hazmat') diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index d66a339a..34e15a73 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -333,6 +333,9 @@ RSA .. versionadded:: 0.5 + An RSAPublicNumbers instance represents the constituent parts of an + RSA Public key as integers. + .. attribute:: n :type: int @@ -350,6 +353,8 @@ RSA .. versionadded:: 0.5 + An RSAPrivateNumbers instance represents the constituent parts of an + RSA Private key as integers. .. method:: public_numbers() -- cgit v1.2.3