jf_plonk::proof_system::structs

Type Alias CommitKey

Source
pub type CommitKey<E> = UnivariateProverParam<E>;
Expand description

Commitment key

Aliased Type§

struct CommitKey<E> {
    pub powers_of_g: Vec<<E as Pairing>::G1Affine>,
}

Fields§

§powers_of_g: Vec<<E as Pairing>::G1Affine>

Config