hmac method

HMAC hmac()

Implementation

HMAC hmac() {
  return new HMAC(this.hash, this.key);
}