Type Function Shake [src]
The SHAKE extendable output hash function.
Prototype
pub fn Shake(comptime security_level: u11) type
Parameters
security_level: u11
Source
pub fn Shake(comptime security_level: u11) type {
return ShakeLike(security_level, 0x1f, 24);
}