Digest.finish

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

  1. ubyte[] finish(ubyte[] output)
    class Digest
    @safe
    ubyte[]
    finish
    nothrow
    (
    ubyte[] output
    )
  2. ubyte[] finish()

Return Value

Type: ubyte[]

Slice to the hash in output buffer.

Meta