pub fn verify_vector(vector: &TestVector) -> Result<(), String>Expand description
Verify a test vector against the current MerkleTree implementation.
Returns Ok(()) if all proofs verify, Err with details otherwise.
pub fn verify_vector(vector: &TestVector) -> Result<(), String>Verify a test vector against the current MerkleTree implementation.
Returns Ok(()) if all proofs verify, Err with details otherwise.