Struct o1vm::pickles::proof::ProofInputs
source · pub struct ProofInputs<G: KimchiCurve> {
pub evaluations: WitnessColumns<Vec<G::ScalarField>, Vec<G::ScalarField>>,
}
Fields§
§evaluations: WitnessColumns<Vec<G::ScalarField>, Vec<G::ScalarField>>
Implementations§
Auto Trait Implementations§
impl<G> RefUnwindSafe for ProofInputs<G>where <G as AffineRepr>::ScalarField: RefUnwindSafe,
impl<G> Send for ProofInputs<G>
impl<G> Sync for ProofInputs<G>
impl<G> Unpin for ProofInputs<G>where <G as AffineRepr>::ScalarField: Unpin,
impl<G> UnwindSafe for ProofInputs<G>where <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