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
Right now HashMaps are tied to a specific algorithm implementation, std::hash::RandomSipHasher. While I believe SipHash is considered cryptographically secure, if it were ever to be broken it could be painful transitioning everyone into a new Hasher. Instead, I suggest we change it's name now to save us from headaches later on. Some possible names: