Digest.doFinal

close the digest, producing the final digest value. The doFinal call leaves the digest reset.

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

Return Value

Type: uint

the amount of bytes written to output

Meta