pub const fn rapidhash_v3_seeded(data: &[u8], secrets: &RapidSecrets) -> u64Expand description
Rapidhash V3 a single byte stream, matching the C++ implementation, with a custom seed.
Fixed length inputs will greatly benefit from inlining with rapidhash_v3_inline instead.