GMac.put

Update the MAC with a block of bytes.

struct GMac(T)
void
put
nothrow @nogc
(
in ubyte[] input...
)
in { assert (initialized, "GMac not initialized. call init() first."); }

Parameters

input
Type: ubyte[]

The ubyte slice containing the data.

Meta