datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
332 stars 37 forks source link

Fix hash calculation #13

Closed khernyo closed 6 years ago

khernyo commented 6 years ago

This is a 🐛 bug fix.

Hashes in the merkle tree do not match the ones calculated by mafintosh/hypercore.

Checklist

Semver changes

Minor because of public api changes

khernyo commented 6 years ago

Hash::from_hashes might also need fixing, I'm still investigating.

khernyo commented 6 years ago

Good to go

yoshuawuyts commented 6 years ago

v0.5.1 :tada: