[][src]Function filecoin_proofs::verify_seal

pub fn verify_seal(
    porep_config: PoRepConfig,
    comm_r: Commitment,
    comm_d: Commitment,
    comm_r_star: Commitment,
    prover_id_in: &FrSafe,
    sector_id_in: &FrSafe,
    proof_vec: &[u8]
) -> Result<bool>

Verifies the output of some previously-run seal operation.