summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 12:12:29 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-10 12:12:29 +0200
commit395b8d661566f15632b0fb0e36fb8ea453ad9bf3 (patch)
treec200069ad7eeca8868244fbea2f5a979c0f98ed8 /doc
parenta478d4c23a75c76f1e5587b3c08b1f3a1f2cbf8e (diff)
downloadrsa-git-395b8d661566f15632b0fb0e36fb8ea453ad9bf3.tar.gz
Feature request #78: Expose function to find the hash method of a signature
I've not used the name "find_method_hash" suggested in #78, as it's a bit vague. It's ok-ish for a private function `_find_method_hash`, but I thought `find_signature_hash` would be more descriptive.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/reference.rst b/doc/reference.rst
index d81f742..9da7c6b 100644
--- a/doc/reference.rst
+++ b/doc/reference.rst
@@ -15,6 +15,8 @@ Functions
.. autofunction:: rsa.verify
+.. autofunction:: rsa.find_signature_hash
+
.. autofunction:: rsa.newkeys(keysize)