SHA.put

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

Meta