summaryrefslogtreecommitdiff
path: root/rsa/__init__.py
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
commitf2c3b4fd619a08a31fa49b11a0814e86169f4088 (patch)
treeb453bc7ac0794923bd9063cdf74466ad7ddc69ba /rsa/__init__.py
parent3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d (diff)
downloadrsa-git-f2c3b4fd619a08a31fa49b11a0814e86169f4088.tar.gz
Added flake8 as development dependency and fixed reported issues
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']