SHA3.put

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

Meta