Struct o1vm::pickles::lookup_columns::Proof
source · pub struct Proof<G: KimchiCurve> {
pub commitments: AllColumns<G>,
pub evaluations: Eval<G::ScalarField>,
pub ipa_proof: OpeningProof<G>,
}
Fields§
§commitments: AllColumns<G>
§evaluations: Eval<G::ScalarField>
§ipa_proof: OpeningProof<G>
Auto Trait Implementations§
impl<G> RefUnwindSafe for Proof<G>where G: RefUnwindSafe, <G as AffineRepr>::ScalarField: RefUnwindSafe,
impl<G> Send for Proof<G>
impl<G> Sync for Proof<G>
impl<G> Unpin for Proof<G>where G: Unpin, <G as AffineRepr>::ScalarField: Unpin,
impl<G> UnwindSafe for Proof<G>where G: UnwindSafe, <G as AffineRepr>::ScalarField: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more