rust-siphash icon indicating copy to clipboard operation
rust-siphash copied to clipboard

SipHash (2-4, 1-3 + 128 bit variant) implementations for Rust

Results 1 rust-siphash issues
Sort by recently updated
recently updated
newest added

I have added support as an optional feature to [mem-dbg](https://crates.io/crates/mem_dbg), a crate to accurately measure the size of structs. I need to measure the sizes of crates using `siphash` as...