auto.py 136 B

12345678
  1. from eth_hash.backends.auto import (
  2. AutoBackend,
  3. )
  4. from eth_hash.main import (
  5. Keccak256,
  6. )
  7. keccak = Keccak256(AutoBackend())