summaryrefslogtreecommitdiff
path: root/doc/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference.rst')
-rw-r--r--doc/reference.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/reference.rst b/doc/reference.rst
index 9da7c6b..a0d9b6b 100644
--- a/doc/reference.rst
+++ b/doc/reference.rst
@@ -17,7 +17,13 @@ Functions
.. autofunction:: rsa.find_signature_hash
-.. autofunction:: rsa.newkeys(keysize)
+.. autofunction:: rsa.newkeys
+
+.. autofunction:: rsa.sign_hash
+
+.. autofunction:: rsa.compute_hash
+
+.. autodata:: rsa.pkcs1.HASH_METHODS
Classes
@@ -31,6 +37,8 @@ Classes
constructed data. Never unpickle data received from an untrusted
or unauthenticated source.
+.. autoclass:: rsa.key.AbstractKey
+
.. autoclass:: rsa.PublicKey
:members:
:inherited-members: