Digest.finish

The finish function returns the hash value. It takes an optional buffer to copy the data into. If a buffer is passed, it must be at least length bytes big.

  1. ubyte[] finish()
  2. ubyte[] finish(ubyte[] buf)
    interface Digest
    nothrow
    ubyte[]
    finish
    (
    ubyte[] buf
    )

Meta

Suggestion Box / Bug Report