mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2026-02-13 19:04:25 +00:00
4 lines
161 B
Python
4 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
|