Mac

Members

Functions

doFinal
size_t doFinal(ubyte[] output)

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

doFinal
ubyte[] doFinal()

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

put
void put(in ubyte[] input...)

update the MAC with a block of bytes.

reset
void reset()

reset the digest back to it's initial state.

Properties

macSize
uint macSize [@property getter]

Meta