UNPKG

@iden3/js-merkletree

Version:

javascript sparse merkle tree library

9 lines (8 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.checkBigIntInField = void 0; const field_1 = require("../../constants/field"); const checkBigIntInField = (bigNum) => { return bigNum < field_1.FIELD_SIZE; }; exports.checkBigIntInField = checkBigIntInField;