File size: 173 Bytes
027078c | 1 2 3 4 5 | # 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
|
027078c | 1 2 3 4 5 | # 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
|