HMAC implements hash-based message authentication algorithm.

Implements

Constructors

Properties

blockSize: number
digestLength: number

Methods

  • Returns HMAC state to the state initialized with key to make it possible to run HMAC over the other data with the same key without creating a new instance.

    Returns this