pub const fn rapidhash_v2_2(data: &[u8]) -> u64Expand description
Rapidhash V2.2 a single byte stream, matching the C++ implementation, with the default 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.