3 lines
181 B
TypeScript
3 lines
181 B
TypeScript
export declare const deriveKey: (master: Uint8Array, salt?: Uint8Array, info?: Uint8Array) => Uint8Array;
|
|
export declare const getSharedKey: (...parts: Uint8Array[]) => Uint8Array;
|