Function storage_proofs_update::constants::h_default

source ยท
pub const fn h_default(sector_nodes: usize) -> usize
Expand description

Returns the h for the given sector-size. The h value is the number of high bits taken from each challenge c. For production use, it was determined to use the value at index 3, which translates to a value of 10 for production sector sizes.