WrapperDigest.finish

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

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

Return Value

Type: ubyte[]

Slice to the hash in output buffer.

Meta