pub const STATE_START_IDX: usize = 3;Expand description
State start coefficient index: beta_powers[3] = beta^3.
Beginning of hasher state. Hasher state occupies 8 consecutive coefficients:
beta_powers[3..11] (beta^3..beta^10) for state[0..7] (rate portion: RATE0 || RATE1).