GMac.put

Update the MAC with a block of bytes.

struct GMac(T)
nothrow @nogc
void
put
(
in ubyte[] input...
)

Parameters

input ubyte[]

The ubyte slice containing the data.

Meta