@polkadot/util-crypto
Version:
A collection of useful crypto utilities for @polkadot
7 lines (6 loc) • 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;