pub type CTurboShake128<const DS: u8> = TurboShake<168, DS>;Expand description
TurboSHAKE128 hasher with a custom domain separator.
Domain separator DS MUST be in the range 0x01..=0x7f.
Aliased Type§
pub struct CTurboShake128<const DS: u8> { /* private fields */ }