This website requires JavaScript.
Explore
Help
Sign In
status-im
/
eth2.0-specs
mirror of
https://github.com/status-im/eth2.0-specs.git
Watch
2
Star
0
Fork
You've already forked eth2.0-specs
0
Code
Issues
Projects
Releases
Wiki
Activity
e498ff7e94
eth2.0-specs
/
test_libs
/
pyspec
/
eth2spec
/
utils
/
hash_function.py
6 lines
72 B
Python
Raw
Blame
History
from
hashlib
import
sha256
def
hash
(
x
)
:
return
sha256
(
x
)
.
digest
(
)
Reference in New Issue
View Git Blame
Copy Permalink