diff --git a/.gitignore b/.gitignore index e0da9bab..186eec50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.vscode target Cargo.lock pkg diff --git a/src/plonk/better_cs/keys.rs b/src/plonk/better_cs/keys.rs index 6a62d188..ee2648d2 100644 --- a/src/plonk/better_cs/keys.rs +++ b/src/plonk/better_cs/keys.rs @@ -598,7 +598,7 @@ pub struct Proof> { pub opening_at_z_proof: E::G1Affine, pub opening_at_z_omega_proof: E::G1Affine, - pub(crate) _marker: std::marker::PhantomData

, + pub _marker: std::marker::PhantomData

, } impl> Proof { @@ -780,7 +780,7 @@ pub struct VerificationKey> { pub g2_elements: [E::G2Affine; 2], - pub(crate) _marker: std::marker::PhantomData

, + pub _marker: std::marker::PhantomData

, } impl> VerificationKey {