4 lines
169 B
Python
4 lines
169 B
Python
# This file exists for backward compatibility with old code that refers to
|
|
# Cryptodome.Hash.SHA
|
|
|
|
from Cryptodome.Hash.SHA1 import __doc__, new, block_size, digest_size
|