summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rsa/__init__.py')
-rw-r--r--rsa/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa/__init__.py b/rsa/__init__.py
index 41f1557..3f928d9 100644
--- a/rsa/__init__.py
+++ b/rsa/__init__.py
@@ -39,4 +39,4 @@ if __name__ == "__main__":
__all__ = ["newkeys", "encrypt", "decrypt", "sign", "verify", 'PublicKey',
'PrivateKey', 'DecryptionError', 'VerificationError',
- 'compute_hash', 'sign_hash']
+ 'find_signature_hash', 'compute_hash', 'sign_hash']