mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 10:17:57 +00:00
7 lines
341 B
TypeScript
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;
|