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