Skip to main content

rapidhash_v3

Function rapidhash_v3 

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

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

Fixed length inputs will greatly benefit from inlining with rapidhash_v3_inline instead.