{"library":"pysha3","title":"pysha3","description":"SHA-3 (Keccak) hash functions for Python 2.7 to 3.5. Version 1.0.2 is the latest, released in 2017. The library is unmaintained and incompatible with Python 3.6+ due to the `hashlib` standard library having built-in SHA-3 support.","language":"python","status":"deprecated","last_verified":"Mon Apr 27","install":{"commands":["pip install pysha3"],"cli":null},"imports":["from pysha3 import sha3_224","from pysha3 import sha3_256"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pysha3 import sha3_256\nh = sha3_256(b'hello')\nprint(h.hexdigest())  # Output: 3338be694f50c5f338814986cdf0686453a40b544b9f7c2e8b8b3d0b6f1f3c1e","lang":"python","description":"Create a SHA3-256 hash of b'hello' using pysha3.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}