Keccak.put

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

Meta