Function storage_proofs_update::constants::hs

source ยท
pub const fn hs(sector_nodes: usize) -> [usize; 6]
Expand description

Returns the h values allowed for the given sector-size. Each h value is a possible number of high bits taken from each challenge c. A single value of h = hs[i] is taken from hs for each proof; the circuit takes h_select = 2^i as a public input.

Those values are hard-coded for the circuit and cannot be changed without another trusted setup.