UNPKG

@libp2p/keychain

Version:

Key management and cryptographically protected messages

12 lines 307 B
/** * Default options for key derivation * * @see https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2 */ export declare const DEK_INIT: { keyLength: number; iterationCount: number; salt: string; hash: string; }; //# sourceMappingURL=constants.d.ts.map