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

    Function hmacSha512

    • HMAC-SHA-512 of message under key (64 bytes).

      Parameters

      • key: Uint8Array
      • message: Uint8Array

      Returns Uint8Array<ArrayBuffer>

      InvalidParameter unless both arguments are Uint8Arrays.