UNPKG

@polkadot/util-crypto

Version:
12 lines (11 loc) 687 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BN_LE_512_OPTS = exports.BN_LE_256_OPTS = exports.BN_BE_256_OPTS = exports.BN_LE_32_OPTS = exports.BN_BE_32_OPTS = exports.BN_LE_16_OPTS = exports.BN_LE_OPTS = exports.BN_BE_OPTS = void 0; exports.BN_BE_OPTS = { isLe: false }; exports.BN_LE_OPTS = { isLe: true }; exports.BN_LE_16_OPTS = { bitLength: 16, isLe: true }; exports.BN_BE_32_OPTS = { bitLength: 32, isLe: false }; exports.BN_LE_32_OPTS = { bitLength: 32, isLe: true }; exports.BN_BE_256_OPTS = { bitLength: 256, isLe: false }; exports.BN_LE_256_OPTS = { bitLength: 256, isLe: true }; exports.BN_LE_512_OPTS = { bitLength: 512, isLe: true };