Skip to main content

SipHashBuilder

Type Alias SipHashBuilder 

Source
pub type SipHashBuilder = GeneralSipHashBuilder<2, 4>;
Expand description

The alias for GeneralSipHashBuilder<2, 4>, which is an optimal choice of constants.

Aliased Typeยง

pub struct SipHashBuilder { /* private fields */ }