@sebastianp265/safe-server-side-storage-client
Version:
Library for Confidential Server-Side Message Storage Using the Labyrinth Protocol
4 lines • 456 B
TypeScript
export declare const KEY_LENGTH_BYTES: number;
export declare function kdfOneKey(ikm: Uint8Array, salt: Uint8Array | null, info: Uint8Array, key_length?: number): Uint8Array<ArrayBufferLike>;
export declare function kdfTwoKeys(ikm: Uint8Array, salt: Uint8Array | null, info: Uint8Array, first_key_length?: number, second_key_length?: number): readonly [Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>];
//# sourceMappingURL=key-derivation.d.ts.map