Skip to main content

rapidhash_v3_seeded

Function rapidhash_v3_seeded 

Source
pub const fn rapidhash_v3_seeded(data: &[u8], secrets: &RapidSecrets) -> u64
Expand 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.