With a compile-time hashmap, having a cryptographically secure hash is less important since there are no pathological cases to worry about -- everything is done at compile time.
IIRC SipHasher isn't that secure anyway, but there are options like FNV available too.
Perhaps we should allow for these to be selected instead, using defaulted generics?
With a compile-time hashmap, having a cryptographically secure hash is less important since there are no pathological cases to worry about -- everything is done at compile time.
IIRC SipHasher isn't that secure anyway, but there are options like FNV available too.
Perhaps we should allow for these to be selected instead, using defaulted generics?