Function filecoin_proofs_api::seal::sdr

source ·
pub fn sdr<R>(
    registered_proof: RegisteredSealProof,
    output_dir: R,
    replica_id: <DefaultTreeHasher as Hasher>::Domain,
) -> Result<()>
where R: AsRef<Path>,
Expand description

Generate label layers (SDR).

§Arguments

  • registered_proof - Selected seal operation.
  • output_dir - The directory where the label layers will be stored.
  • replica_id - The ReplicaID to use for the SDR