Skip to main content

RapidInlineHasher

Type Alias RapidInlineHasher 

Source
pub type RapidInlineHasher<'s> = RapidHasher<'s, rapidhash::::fast::RapidHasher::{constant#0}, rapidhash::::fast::RapidHasher::{constant#1}, rapidhash::::fast::RapidHasher::{constant#2}, rapidhash::::fast::RapidHasher::{constant#3}>;
Expand description

A std::hash::Hasher inspired by crate::v3::rapidhash_v3 with a focus on speed and throughput.

This is an alias for inner::RapidHasher with the following settings:

  • AVALANCHE is disabled.
  • SPONGE is enabled.
  • COMPACT is disabled.
  • PROTECTED is disabled.

Use crate::quality::RapidHasher for a higher quality hash output where necessary.

Aliased Typeยง

pub struct RapidInlineHasher<'s> { /* private fields */ }