UNPKG

@polkadot/keyring

Version:
7 lines (6 loc) 292 B
export const PKCS8_DIVIDER = new Uint8Array([161, 35, 3, 33, 0]); export const PKCS8_HEADER = new Uint8Array([48, 83, 2, 1, 1, 48, 5, 6, 3, 43, 101, 112, 4, 34, 4, 32]); export const PUB_LENGTH = 32; export const SALT_LENGTH = 32; export const SEC_LENGTH = 64; export const SEED_LENGTH = 32;