hmac property

HMAC<T> get hmac

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.

Implementation

HMAC<T> get hmac => HMAC(this);