Type Alias OpeningProof

Source
pub type OpeningProof = KZGProof<BN254>;

Aliased Type§

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