UNPKG

341 BTypeScriptView Raw
1import type { EncryptedJsonEncoding, EncryptedJsonVersion } from './types.js';
2export declare const ENCODING: EncryptedJsonEncoding[];
3export declare const ENCODING_NONE: EncryptedJsonEncoding[];
4export declare const ENCODING_VERSION: EncryptedJsonVersion;
5export declare const NONCE_LENGTH = 24;
6export declare const SCRYPT_LENGTH: number;