Type Alias KeyDerivationFunction
KeyDerivationFunction: (
ikm: Uint8Array<ArrayBuffer>,
salt?: Uint8Array<ArrayBuffer>,
info?: Uint8Array<ArrayBuffer>,
) => Promise<Uint8Array<ArrayBuffer>>
Type Declaration
- (
ikm: Uint8Array<ArrayBuffer>,
salt?: Uint8Array<ArrayBuffer>,
info?: Uint8Array<ArrayBuffer>,
): Promise<Uint8Array<ArrayBuffer>> Parameters
- ikm: Uint8Array<ArrayBuffer>
Optionalsalt: Uint8Array<ArrayBuffer>Optionalinfo: Uint8Array<ArrayBuffer>
Returns Promise<Uint8Array<ArrayBuffer>>