summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/sip128.rs
AgeCommit message (Expand)AuthorLines
2022-01-25Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the...bors-16/+2
2022-01-04Do not hash zero bytes of i64 and u32 in Sip128 hasherJakub Beránek-2/+16
2020-10-11SipHasher128: improve constant names and add more commentsTyson Nottingham-36/+66
2020-10-05SipHasher128: use specific struct layoutTyson Nottingham-0/+6
2020-10-05SipHasher128: use more named constants, update commentsTyson Nottingham-50/+54
2020-10-03perf: buffer SipHasher128Tyson Nottingham-196/+303
2020-09-30Stable hashing: add comments and tests concerning platform-independenceTyson Nottingham-6/+19
2020-08-30mv compiler to compiler/mark-0/+330