Function rapidhash_seeded

Source
pub const fn rapidhash_seeded(data: &[u8], seed: u64) -> u64
Expand description

Rapidhash a single byte stream, matching the C++ implementation, with a custom seed.