Gets a HMAC instance builder for this algorithm.
HMAC is a hash-based message authentication code that can be used to simultaneously verify both the data integrity and authenticity of a message.
HMAC<T> get hmac => HMAC(this);