WrapperDigest.finish

Close the digest, producing the final digest value and resetting the digest.

class WrapperDigest(T)
@safe override
ubyte[]
finish
nothrow @nogc
(
ubyte[] output
)
if (
isDigest!T
)

Return Value

Type: ubyte[]

Slice to the hash in output buffer.

Meta