Skip to content

Commit 7410580

Browse files
refactor(proof): changing the compressed merkle tree
Making the CompressedMerkleTree a specialization of the Tree generic type.
1 parent 6a183ce commit 7410580

File tree

11 files changed

+678
-558
lines changed

11 files changed

+678
-558
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ blake3.workspace = true
1313
derive_more.workspace = true
1414
hex.workspace = true
1515
thiserror.workspace = true
16+
17+
[dev-dependencies]
18+
proptest.workspace = true
19+
rand.workspace = true

0 commit comments

Comments
 (0)