miden-crypto/src/merkle/smt/simple
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
..
mod.rs fix: dead_code warning on pairs_to_leaf when not(feature = "concurrent") (#380) 2025-02-24 10:26:56 -08:00
tests.rs feat: add support for hashmaps in Smt and SimpleSmt (#363) 2025-01-02 10:23:12 -08:00