Closed
Description
Right now HashMap
s 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:
- DefaultHasher
- StandardHasher
- StdHasher
- RandomHasher