UNPKG

snarky-smt

Version:

Sparse Merkle Tree for SnarkyJS

7 lines (6 loc) 201 B
import { Field, isReady } from 'snarkyjs'; await isReady; export const PLACEHOLDER = Field(0); export const CSMT_DEPTH = 254; // compact sparse merkle tree export const CP_PADD_VALUE = Field(1);