pub type RandomState = RandomState<AVALANCHE, SPONGE, COMPACT, PROTECTED>;Expand description
A rapidhash equivalent to [std::hash::RandomState] that uses a random seed and secrets for
minimal DoS resistance.
This initializes a RapidHasher with the following settings:
AVALANCHEis enabled.SPONGEis enabled.COMPACTis disabled.PROTECTEDis disabled.
Use crate::fast::RandomState for a lower quality but faster hash output where desirable.
Aliased Typeยง
pub struct RandomState { /* private fields */ }