summaryrefslogtreecommitdiffstats
path: root/python/pysha3/README
blob: 6fd5ef5649797612c7d7e17592db97c352067781 (plain)
1
2
3
4
5
SHA-3 wrapper (keccak) for Python. 

The module is a standalone version of the SHA-3 module from Python 3.6.
The code in sha3module.c has been modified to be compatible with Python 2.7 to 3.5.
Python 2.6 and earlier are not supported.