Keccak.start

Undocumented in source. Be warned that the author may not have intended to support it.
struct Keccak(uint bitLength)
nothrow @nogc
void
start
()
if (
bitLength == 224 ||
bitLength == 256
||
bitLength == 288
||
bitLength == 384
||
bitLength == 512
)

Meta