Mac.doFinal

* close the MAC, producing the final MAC value. The doFinal * call leaves the MAC reset().

  1. size_t doFinal(ubyte[] output)
    class Mac
    @safe abstract
    size_t
    doFinal
    nothrow
    (
    ubyte[] output
    )
  2. ubyte[] doFinal()

Meta