The cSHAKE extendable output hash function. cSHAKE is similar to SHAKE, but in addition to the input message, it also takes an optional context (aka customization string).
pub fn CShake(comptime security_level: u11, comptime fname: ?[]const u8) type
pub fn CShake(comptime security_level: u11, comptime fname: ?[]const u8) type {
return CShakeLike(security_level, 0x04, 24, fname);
}