murmur3 icon indicating copy to clipboard operation
murmur3 copied to clipboard

Chain readers generate incorrect hash results

Open rbtcollins opened this issue 5 years ago • 1 comments

I was getting odd hash outcomes which I have tracked down to the use of Chain in my code: murmur3 doesn't generate the same hash result when Chain is used vs copying the content into one buffer and using a single Cursor. I've put up a demonstration branch at https://github.com/rbtcollins/murmur3/tree/chain that demonstrates the problem.

rbtcollins avatar Sep 15 '20 17:09 rbtcollins

I'm experiencing the same issue: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=cbe4b38170190c99da706dc9febf9a16

qbx2 avatar May 24 '22 07:05 qbx2