add initial MerkleTree implementation (#13)
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 .
This commit is contained in:
parent
bf2fa090a3
commit
5b455acbd6
6 changed files with 194 additions and 5 deletions
|
|
@ -8,8 +8,9 @@ name = "pod2"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
plonky2 = { git = "https://github.com/mir-protocol/plonky2" }
|
||||
plonky2 = { git = "https://github.com/0xPolygonZero/plonky2" }
|
||||
hex = "0.4.3"
|
||||
itertools = "0.14.0"
|
||||
strum = "0.26"
|
||||
strum_macros = "0.26"
|
||||
anyhow = "1.0.56"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue