pub async fn verify_append_only<H: Hasher + Send + Sync>(
    proof: AppendOnlyProof<H>,
    start_hash: H::Digest,
    end_hash: H::Digest
) -> Result<(), AkdError>
Expand description

Helper for audit, verifies an append-only proof