olivmath / merkly

🌳 The simple and easy implementation of Merkle Tree
https://pypi.org/project/merkly
MIT License
49 stars 11 forks source link

Wrong way of Hash Function is passed #26

Closed olivmath closed 11 months ago

olivmath commented 11 months ago

need pass hash function:


h = lambda x, y: hash(x + y)

MerkleTree([], h)

NEED WORK AS BYTES