pub type SeedableState<'secrets> = SeedableState<'secrets, AVALANCHE, SPONGE, COMPACT, PROTECTED>;Expand description
A [std::hash::BuildHasher] that uses user-provided seed and secrets.
We recommend using RandomState or GlobalState instead for most use cases.
This initializes a RapidHasher with the following settings:
AVALANCHEis disabled.SPONGEis enabled.COMPACTis disabled.PROTECTEDis disabled.
Use crate::quality::SeedableState for a higher quality but slower hash output where desirable.
Aliased Typeยง
pub struct SeedableState<'secrets> { /* private fields */ }