HMAC.put

HMAC!(H, blockSize) put(in ubyte[] data...) ref return

Feeds a piece of data into the hash computation. This method allows the type to be used as an OutputRange.

Returns

A reference to the digest for convenient chaining.