finish

Finalize the hasher and return the hash value.

  1. ubyte[L] finish(Hasher hasher)
  2. ubyte[L] finish(Hasher hasher, ulong seek)
    @safe @trusted
    ubyte[L]
    finish
    (
    size_t L = BLAKE3_OUT_LEN
    )
    (
    const ref Hasher hasher
    ,
    ulong seek
    )
    if (
    L > 0 &&
    L < 4096
    )
  3. void finish(Hasher hasher, ubyte[] output)
  4. void finish(Hasher hasher, ubyte[] output, ulong seek)

Meta