pub type OpeningProof = KZGProof<BN254>;Aliased Type§
pub struct OpeningProof {
pub quotient: Affine<Config>,
pub blinding: Fp<MontBackend<FrConfig, 4>, 4>,
}Fields§
§quotient: Affine<Config>§blinding: Fp<MontBackend<FrConfig, 4>, 4>A blinding factor used to hide the polynomial, if necessary