From 395b8d661566f15632b0fb0e36fb8ea453ad9bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 10 Apr 2017 12:12:29 +0200 Subject: 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. --- doc/reference.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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) -- cgit v1.2.1