pub async fn verify_consecutive_append_only<H: Hasher + Send + Sync>(
    proof: &SingleAppendOnlyProof<H>,
    start_hash: H::Digest,
    end_hash: H::Digest,
    epoch: u64
) -> Result<(), AkdError>
Expand description

Helper for audit, verifies an append-only proof