UNPKG

web-enc-at-rest

Version:
5 lines (4 loc) 296 B
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;