UNPKG

@iden3/js-merkletree

Version:

javascript sparse merkle tree library

5 lines (3 loc) 199 B
const qString = '21888242871839275222246405745257275088548364400416034343698204186575808495617'; export const FIELD_SIZE = BigInt(qString); export const MAX_NUM_IN_FIELD = FIELD_SIZE - BigInt('1');