You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nice catch thanks!
yeah we should def use a stable hasher, thing is Rust core seems to be using SipHasher13 so, to avoid breaking changes I would rather use rust-siphash which seems to be using the same implementation as rust core. Want to give it a go?
The
DefaultHasher
intentionally omits details of what algorithm is used:sha1
is probably a better choice.The text was updated successfully, but these errors were encountered: