• Returns HMAC using the given hash constructor for the key over data.

    Parameters

    • hash: (new () => Hash)
    • key: Uint8Array
    • data: Uint8Array

    Returns Uint8Array