UNPKG

@iden3/js-merkletree

Version:

javascript sparse merkle tree library

6 lines (4 loc) 151 B
import { FIELD_SIZE } from '../../constants/field'; export const checkBigIntInField = (bigNum: bigint): boolean => { return bigNum < FIELD_SIZE; };