Use keccak from eth_utils which corresponds to Solidity's sha3/keccak256.
Just noticed that tests fail because of a dependency issue. As this will likely be merged after #9 where this is fixed, I'm going to leave it like it is unless someone complains.
Closes #3
Use keccak from eth_utils which corresponds to Solidity's
sha3
/keccak256
.Just noticed that tests fail because of a dependency issue. As this will likely be merged after #9 where this is fixed, I'm going to leave it like it is unless someone complains.