File: auto.py

package info (click to toggle)
python-eth-hash 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 659; makefile: 233
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
from eth_hash.backends.auto import (
    AutoBackend,
)
from eth_hash.main import (
    Keccak256,
)

keccak = Keccak256(AutoBackend())