SHA.finish

Calculate the final hash value.

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

Return Value

Type: ubyte[digestLength]

the hash value

Meta