trustlines-protocol / merkle-drop

MIT License
12 stars 1 forks source link

Use keccak from eth_utils as hashing function #10

Closed jannikluhn closed 5 years ago

jannikluhn commented 5 years ago

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.