mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:25:04 -05:00
switch utils hash-function to sha256
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# from hashlib import sha256
|
||||
from eth_utils import keccak
|
||||
from hashlib import sha256
|
||||
# from eth_utils import keccak
|
||||
|
||||
|
||||
# def hash(x): return sha256(x).digest()
|
||||
def hash(x):
|
||||
return keccak(x)
|
||||
def hash(x): return sha256(x).digest()
|
||||
# def hash(x): return keccak(x)
|
||||
|
||||
Reference in New Issue
Block a user