diff options
Diffstat (limited to 'lib/Crypto/Hash/SHA.pyi')
-rw-r--r-- | lib/Crypto/Hash/SHA.pyi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Crypto/Hash/SHA.pyi b/lib/Crypto/Hash/SHA.pyi new file mode 100644 index 0000000..4d7d57e --- /dev/null +++ b/lib/Crypto/Hash/SHA.pyi @@ -0,0 +1,4 @@ +# This file exists for backward compatibility with old code that refers to +# Crypto.Hash.SHA + +from Crypto.Hash.SHA1 import __doc__, new, block_size, digest_size |