UNPKG

@ldclabs/cose-ts

Version:

Implemented Keys, Algorithms (RFC9053), COSE (RFC9052) and CWT (RFC8392) in TypeScript.

3 lines (2 loc) 260 B
export declare function hkdf256(secret: Uint8Array, salt: Uint8Array | undefined, info: Uint8Array, keySize: number): Uint8Array; export declare function hkdf512(secret: Uint8Array, salt: Uint8Array | undefined, info: Uint8Array, keySize: number): Uint8Array;