pub const fn rapidhash_v2_2_seeded(data: &[u8], secrets: &RapidSecrets) -> u64Expand description
Rapidhash V2.2 a single byte stream, matching the C++ implementation, with a custom seed.
See rapidhash_v2_inline to compute the hash value using V2.0 or V2.2.
Fixed length inputs will greatly benefit from inlining with rapidhash_v2_inline instead.