DEBSOURCES
Skip Quicknav
sources / python-eth-hash / 0.7.1-3 / eth_hash / auto.py
12345678
from eth_hash.backends.auto import ( AutoBackend, ) from eth_hash.main import ( Keccak256, ) keccak = Keccak256(AutoBackend())