blakeKdf( ikm: Uint8Array, salt?: Uint8Array<ArrayBufferLike> | CryptographyKey, info?: Uint8Array<ArrayBufferLike>,): Promise<Uint8Array<ArrayBufferLike>> Parameters
- ikm: Uint8Array
Optional
salt: Uint8Array<ArrayBufferLike> | CryptographyKeyOptional
info: Uint8Array<ArrayBufferLike>
Returns Promise<Uint8Array<ArrayBufferLike>>
HKDF implementation using Web Crypto API