Add initial MerkleTree implementation, which is a wrapper on top of Plonky2's MerkleTree, with the idea that the future iteration will replace it by the MerkleTree specified at https://0xparc.github.io/pod2/merkletree.html .
6 lines
214 B
Markdown
6 lines
214 B
Markdown
# POD2
|
|
|
|
Specification can be found at the [`book`](https://github.com/0xPARC/pod2/tree/main/book) directory, a live rendered version at: https://0xparc.github.io/pod2/
|
|
|
|
## Usage
|
|
- Run tests: `cargo test --release`
|