Mac

Undocumented in source.

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(ubyte[] input)

update the MAC with a block of bytes. * * Params: input the ubyte slice containing the data.

reset
void reset()

reset the digest back to it's initial state.

Properties

macSize
uint macSize [@property getter]
name
string name [@property getter]
Undocumented in source.

Meta