SHA.adjustByteCounts

adjust the byte counts so that byteCount2 represents the upper long (less 3 bits) word of the byte count.

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

Meta