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