pub const fn rapidhash_v1_seeded(data: &[u8], secrets: &RapidSecrets) -> u64Expand description
Rapidhash a single byte stream, matching the C++ implementation, with a custom seed.
pub const fn rapidhash_v1_seeded(data: &[u8], secrets: &RapidSecrets) -> u64Rapidhash a single byte stream, matching the C++ implementation, with a custom seed.