SHA.start

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

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

Meta