miden-crypto/src/merkle
Victor Lopez 21a8cbcb45
feat: add merkle path wrapper
A Merkle path is a vector of nodes, regardless of the Merkle tree
implementation.

This commit introduces an encapsulation for such vector, also to provide
functionality that is common between different algorithms such as
opening verification.

related issue: #36
2023-02-13 22:43:13 +01:00
..
simple_smt feat: add merkle path wrapper 2023-02-13 22:43:13 +01:00
merkle_tree.rs feat: add merkle path wrapper 2023-02-13 22:43:13 +01:00
mod.rs feat: add merkle path wrapper 2023-02-13 22:43:13 +01:00
path.rs feat: add merkle path wrapper 2023-02-13 22:43:13 +01:00
path_set.rs feat: add merkle path wrapper 2023-02-13 22:43:13 +01:00