HMac.put

Update the MAC with a block of bytes.

struct HMac(D, uint blockSize = D.blockSize)
@safe nothrow @nogc
void
put
(
in ubyte[] input...
)

Parameters

input ubyte[]

The ubyte slice containing the data.

Meta