HMac.finish

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

  1. ubyte[] finish(ubyte[] output)
    struct HMac(D, uint blockSize = D.blockSize)
    @safe nothrow @nogc
    ubyte[]
    finish
    (
    ubyte[] output
    )
  2. ubyte[macSize] finish()

Meta