5 lines
161 B
Python
5 lines
161 B
Python
|
# 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
|