Function filecoin_proofs::sdr

source ยท
pub fn sdr<P, Tree: 'static + MerkleTreeTrait>(
    porep_config: &PoRepConfig,
    cache_path: P,
    replica_id: &<Tree::Hasher as Hasher>::Domain,
) -> Result<()>
where P: AsRef<Path>,