Function filecoin_proofs::verify_window_post[][src]

pub fn verify_window_post<Tree: 'static + MerkleTreeTrait>(
    post_config: &PoStConfig,
    randomness: &ChallengeSeed,
    replicas: &BTreeMap<SectorId, PublicReplicaInfo>,
    prover_id: ProverId,
    proof: &[u8]
) -> Result<bool>
Expand description

Verifies a window proof-of-spacetime.