Function filecoin_proofs::seal_pre_commit_phase2[][src]

pub fn seal_pre_commit_phase2<R, S, Tree: 'static + MerkleTreeTrait>(
    porep_config: PoRepConfig,
    phase1_output: SealPreCommitPhase1Output<Tree>,
    cache_path: S,
    replica_path: R
) -> Result<SealPreCommitOutput> where
    R: AsRef<Path>,
    S: AsRef<Path>,