miden-crypto/src/merkle
Qyriad 13363307b4 smt: add parallel constructors to Smt and SimpleSmt
What the previous few commits have been leading up to: SparseMerkleTree
now has a function to construct the tree from existing data in parallel.
This is significantly faster than the singlethreaded equivalent.
Benchmarks incoming!
2024-11-15 12:35:04 -07:00
..
mmr chore: update crate version to v0.11.0 and set MSRV to 1.82 2024-10-17 23:16:41 -07:00
partial_mt Updated Makefile and Readme 2024-08-16 15:07:27 -07:00
smt smt: add parallel constructors to Smt and SimpleSmt 2024-11-15 12:35:04 -07:00
store feat: return error instead of panic during MMR verification (#335) 2024-10-17 07:23:29 -07:00
empty_roots.rs feat: implement transactional Smt insertion (#327) 2024-09-11 16:49:57 -07:00
error.rs Updated Makefile and Readme 2024-08-16 15:07:27 -07:00
index.rs merkle: add parent() helper function on NodeIndex 2024-11-13 15:17:40 -07:00
merkle_tree.rs chore: update crate version to v0.11.0 and set MSRV to 1.82 2024-10-17 23:16:41 -07:00
mod.rs smt: implement single subtree-8 hashing, w/ benchmarks & tests 2024-11-15 12:35:04 -07:00
node.rs feat: RPX (xHash12) hash function implementation 2024-02-14 11:52:40 -08:00
path.rs chore: update crate version to v0.11.0 and set MSRV to 1.82 2024-10-17 23:16:41 -07:00