ConsenSysMesh / ConsenSysMesh/ens-namehash-py
Wrong sha3 ?
Open
- Dominant language
- Python
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I am guessing it is due to usage of pysha3-1.0.2 rather than pysha3==0.3 (as I read in requirements.txt), but to get namehash to work properly I changed line 4 as follows:
from sha3 import keccak_256 as sha3_256
Not sure why sha3_256 and keccak_256 differ though
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.