Noir library for the verification of merkle proofs against binary merkle trees.
To install this library, add the following line to the dependency tree in your Nargo.toml
file.
merkle = { git = "https://github.com/TomAFrench/noir-merkle", tag = "master" }
For more info on using dependencies in Noir code see the Noir docs.