• HKDF implementation using Web Crypto API

    Parameters

    • ikm: Uint8Array
    • Optionalsalt: Uint8Array<ArrayBufferLike> | CryptographyKey
    • Optionalinfo: Uint8Array<ArrayBufferLike>

    Returns Promise<Uint8Array<ArrayBufferLike>>