beacon-biosignals / StableHashTraits.jl

Compute hashes over any Julia object simply and reproducibly
MIT License
7 stars 1 forks source link

`reinterpret`ed arrays yield same hash #27

Closed haberdashPI closed 1 day ago

haberdashPI commented 1 year ago

I think there are some cases where reinterpreted arrays can yield the same hash using the default hash. Need to look into this.

haberdashPI commented 11 months ago

Though it would rarely come up in practice, byte equivalent values of different types can, in some cases, yield the same hash.

This will be addressed by #31 #55

haberdashPI commented 1 day ago

Closed by #58