Files
pezkuwi-common/packages/util-crypto/cjs/json/constants.d.ts
T

7 lines
341 B
TypeScript

import type { EncryptedJsonEncoding, EncryptedJsonVersion } from './types.js';
export declare const ENCODING: EncryptedJsonEncoding[];
export declare const ENCODING_NONE: EncryptedJsonEncoding[];
export declare const ENCODING_VERSION: EncryptedJsonVersion;
export declare const NONCE_LENGTH = 24;
export declare const SCRYPT_LENGTH: number;