@blockchaincommons/crypto - v1.0.0-beta.3
    Preparing search index...

    Function hmacSha256

    • HMAC-SHA-256 of message under key (32 bytes).

      Parameters

      • key: Uint8Array
      • message: Uint8Array

      Returns Uint8Array<ArrayBuffer>

      InvalidParameter unless both arguments are Uint8Arrays.