pub type RapidStreamHasherV3<'a> = RapidStreamHasherInlineV3<'a, true, false>;Expand description
A bytewise-style incremental interface for rapidhash.
This interface guarantees incremental inputs are the same as a bulk hash of the same bytes.
See RapidStreamHasherInlineV3 for more details, or view [crate::v3::rapidhash_v3_file] for a
Read-based incremental interface.
This is a type alias for RapidStreamHasherInlineV3 that sets:
AVALANCHE:truePROTECTED:false
Aliased Typeยง
pub struct RapidStreamHasherV3<'a> { /* private fields */ }