Function akd::auditor::audit_verify

source ·
pub async fn audit_verify<H: Hasher + Send + Sync>(
    hashes: Vec<H::Digest>,
    proof: AppendOnlyProof<H>
) -> Result<(), AkdError>
Expand description

Verifies an audit proof, given start and end hashes for a merkle patricia tree.