finish

Finalize the hasher and return the hash value.

  1. ubyte[L] finish(Hasher hasher)
  2. ubyte[L] finish(Hasher hasher, ulong seek)
  3. void finish(Hasher hasher, ubyte[] output)
  4. void finish(Hasher hasher, ubyte[] output, ulong seek)
    @safe @trusted
    void
    finish
    (
    const ref Hasher hasher
    ,
    ubyte[] output
    ,
    ulong seek
    )

Meta