web-enc-at-rest
Version:
Encryption-at-Rest for Web Apps Library
5 lines (4 loc) • 296 B
TypeScript
export declare function getDeriveKeySalt(): Uint8Array | null;
export declare function setDeriveKeySalt(deriveKeySalt: Uint8Array | null): void;
export declare function getCredentialProof(): Uint8Array | null;
export declare function setCredentialProof(credentialProof: Uint8Array | null): void;