Closed alice-i-cecile closed 7 months ago
The values of Id are already hashed: we don't need to double-hash.
Id
Unnecessary: the stdlib Hash implementation for u64 just uses Hasher.write_u64 internally: https://doc.rust-lang.org/src/core/hash/mod.rs.html#800-836
Hash
u64
Hasher.write_u64
What problem does this solve?
The values of
Id
are already hashed: we don't need to double-hash.What solution would you like?