WrapperDigest.doFinal

close the digest, producing the final digest value. The doFinal call leaves the digest reset.

class WrapperDigest(T)
@safe override nothrow @nogc
uint
doFinal
(
ubyte[] output
)

Return Value

Type: uint

the amount of bytes written to output

Meta