pub type Polynomial7Mod256 = PolynomialShape<7, 32>;Expand description
Degree-7 polynomial with 32-byte (256-bit) coefficients — canonical
shape for cryptographic polynomial commitments operating in a
Z/(2^256)Z coefficient ring.
Aliased Type§
pub struct Polynomial7Mod256;