Constant storage_proofs_core::drgraph::BASE_DEGREE[][src]

pub const BASE_DEGREE: usize = 6;
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.