UNPKG

@polkadot/util-crypto

Version:
7 lines (6 loc) 341 B
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;