Constant filecoin_proofs::constants::DRG_DEGREE

source ยท
pub const DRG_DEGREE: usize = 6; // 6usize
Expand description

The base degree used for all DRG graphs. One degree from this value is used to ensure that a given node always has its immediate predecessor as a parent, thus ensuring unique topological ordering of the graph nodes.