HMAC.start

HMAC!(H, blockSize) start() ref return

Reinitializes the digest, making it ready for reuse.

Note

The constructor leaves the digest in an initialized state, so that this

method only needs to be called if an unfinished digest is to be reused.

Returns

A reference to the digest for convenient chaining.