UNPKG

@iden3/js-merkletree

Version:

javascript sparse merkle tree library

5 lines (4 loc) 135 B
import { FIELD_SIZE } from '../../constants/field'; export const checkBigIntInField = (bigNum) => { return bigNum < FIELD_SIZE; };