trustlines-protocol / merkle-drop

MIT License
12 stars 1 forks source link

Root hash should not depend on order of addresses #6

Closed berndbohmeier closed 5 years ago

berndbohmeier commented 5 years ago

We should sort the addresses before calculating the merkle tree so that the root hash does not change if the order of addresses changes.

berndbohmeier commented 5 years ago

Belongs to https://github.com/trustlines-network/project/issues/347

berndbohmeier commented 5 years ago

Done