Library for constructing computational integrity proofs to advance the state of verifiable merkle trees. Now using poseidon!
I took the below files into this repository to avoid using the older version of ffjavascript. I modified the mimcsponge file to be similar to the poseidon implementation.
Lifted directly from a deprecated version of circomlib, modified to use ethers instead of web3-utils.
Lifted directly from a deprecated version of circomlib
Same as above: from circomlib
I added a wrapper class for tornado's fixed merkle tree library, to be consistent with the hash functions in this project.