SHA.finish

Calculate the final hash value.

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

Return Value

Type: ubyte[digestLength]

the hash value

Meta