pub type Svk = KzgSuccinctVerifyingKey<G1Affine>;
pub struct Svk { pub g: G1Affine, }
g: G1Affine
Generator.