Instance Method Summary | |
digest() ⇒ ?Array | |
getHmac(?Array message) ⇒ ?Array Calculates an HMAC for a given message. | |
initialize_(?Array key) Initializes Hmac by precalculating the inner and outer paddings. | |
reset() Resets the internal accumulator. | |
update((Array|Uint8Array|null|string) bytes, number= opt_length) Adds a byte array (array with values in [0-255] range) or a string (might only contain 8-bit, i.e., Latin1 characters) to the internal accumulator. |