Function filecoin_proofs_api::update::generate_partition_proofs
source · [−]pub fn generate_partition_proofs<R, S, T, U>(
registered_proof: RegisteredUpdateProof,
comm_r_old: Commitment,
comm_r_new: Commitment,
comm_d_new: Commitment,
sector_key_path: R,
sector_key_cache_path: S,
replica_path: T,
replica_cache_path: U
) -> Result<Vec<PartitionProofBytes>> where
R: AsRef<Path>,
S: AsRef<Path>,
T: AsRef<Path>,
U: AsRef<Path>,