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

    Function hkdfSha256

    • HKDF-SHA-256 with no info, dkLen output bytes.

      Parameters

      • keyMaterial: Uint8Array
      • salt: Uint8Array
      • options: HkdfOptions

      Returns Uint8Array<ArrayBuffer>

      InvalidParameter unless keyMaterial and salt are Uint8Arrays, options is an object and dkLen an integer in [0, 255 · 32].