Backport of hashlib.sha3 for 2.7 to 3.5
The pysha3 package has reached its end of life and is no longer supported.
The SHA-3 code was merged into Python 3.6 many years ago. Please use SHA-3 functions from hashlib module directly.
tiran
Back