Skip to main content

verify_vector

Function verify_vector 

Source
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.