The SHAKE extendable output hash function.
pub fn Shake(comptime security_level: u11) type
pub fn Shake(comptime security_level: u11) type { return ShakeLike(security_level, 0x1f, 24); }