Type Alias bellperson::groth16::aggregate::VKey

source ·
pub type VKey<E> = Key<<E as Engine>::G2Affine>;
Expand description

Commitment key used by the “single” commitment on G1 values as well as in the “pair” commtitment. It contains ${h^a^i}{i=1}^n$ and ${h^b^i}{i=1}^n$

Aliased Type§

struct VKey<E> {
    pub a: Vec<<E as Engine>::G2Affine>,
    pub b: Vec<<E as Engine>::G2Affine>,
}

Fields§

§a: Vec<<E as Engine>::G2Affine>

Exponent is a

§b: Vec<<E as Engine>::G2Affine>

Exponent is b