mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-11-01 22:21:39 +00:00
5 lines
79 B
Python
5 lines
79 B
Python
|
|
|
||
|
|
# Just use the SHA module from the Python standard library
|
||
|
|
|
||
|
|
from sha import *
|