From f2c3b4fd619a08a31fa49b11a0814e86169f4088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Sun, 4 Aug 2019 18:05:23 +0200 Subject: Added flake8 as development dependency and fixed reported issues --- rsa/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsa/__init__.py') 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'] -- cgit v1.2.3