Closed
Description
Added in #33940, these two structs which implement Hasher
live in the std::hash
module. This issue will track their stabilization, and some open questions when we added them were:
- Do we want to export any more hasher implementations? Right now
SipHasher
is stable, but perhaps we don't want to expand? - If we do stabilize, what to do about the
SipHasher
name?