SHA.doFinal

Calculate the final hash value.

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

Parameters

output ubyte[]

buffer for hash value.

Return Value

Type: uint

length of hash value in bytes.

Meta