Type Function CShake [src]

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).

Prototype

pub fn CShake(comptime security_level: u11, comptime fname: ?[]const u8) type

Parameters

security_level: u11fname: ?[]const u8

Source

pub fn CShake(comptime security_level: u11, comptime fname: ?[]const u8) type { return CShakeLike(security_level, 0x04, 24, fname); }