miden-crypto/src/merkle
Qyriad b97243c582
fix: dead_code warning on pairs_to_leaf when not(feature = "concurrent") (#380)
This also moves `pairs_to_leaf()` out of the `SparseMerkleTree` trait,
also removing it from `SimpleSmt`, as `pairs_to_leaf()` is only ever
used in concurrent code for `Smt`.

This fixes a warning with `--no-default-features`.
2025-02-24 10:26:56 -08:00
..
mmr fix: panic in PartialMmr::untrack (#382) 2025-02-18 01:04:21 -08:00
partial_mt refactor: use thiserror to derive errors and update error messages (#344) 2024-11-21 15:52:20 -08:00
smt fix: dead_code warning on pairs_to_leaf when not(feature = "concurrent") (#380) 2025-02-24 10:26:56 -08:00
store fix: typos of different importance (#359) 2024-12-16 10:27:51 -08:00
empty_roots.rs feat: implement transactional Smt insertion (#327) 2024-09-11 16:49:57 -07:00
error.rs feat: implement PartialSmt (#372) 2025-02-10 23:48:32 -08:00
index.rs Merge branch 'main' into next 2024-12-26 23:10:26 -08:00
merkle_tree.rs chore: update crate version to 0.14.0 and MSRV to 1.84 2025-01-23 00:11:36 -08:00
mod.rs Merge branch 'main' into next 2025-02-11 16:45:57 -08:00
node.rs feat: add support for hashmaps in Smt and SimpleSmt (#363) 2025-01-02 10:23:12 -08:00
path.rs refactor: use thiserror to derive errors and update error messages (#344) 2024-11-21 15:52:20 -08:00