SHA.start

Reset the digest to its initial state. It is not necessary to call start after finish or doFinal.

struct SHA(uint bitLength)
nothrow @nogc
void
start
()
if (
bitLength == 256 ||
bitLength == 384
||
bitLength == 512
)

Meta