Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Sha256Hmac

Object that allows for continuous SHA256 HMAC hashing of data.

Hierarchy

  • Hmac
    • Sha256Hmac

Index

Constructors

Methods

Constructors

constructor

Methods

finalize

  • finalize(truncate_to?: undefined | number): DataView
  • Completes the hash computation and returns the final hmac digest.

    Parameters

    • Optional truncate_to: undefined | number

      The maximum number of bytes to receive. Leave as undefined or 0 to receive the entire digest.

    Returns DataView

update

Generated using TypeDoc