[][src]Function filecoin_proofs::seal

pub fn seal<T: Into<PathBuf> + AsRef<Path>>(
    porep_config: PoRepConfig,
    in_path: T,
    out_path: T,
    prover_id_in: &FrSafe,
    sector_id_in: &FrSafe
) -> Result<SealOutput>

Seals the staged sector at in_path in place, saving the resulting replica to out_path.