pub struct ProofInputs<const FULL_ROUNDS: usize, G: KimchiCurve<FULL_ROUNDS>> {
pub evaluations: WitnessColumns<Vec<G::ScalarField>, Vec<G::ScalarField>>,
}Fields§
§evaluations: WitnessColumns<Vec<G::ScalarField>, Vec<G::ScalarField>>Implementations§
Auto Trait Implementations§
impl<const FULL_ROUNDS: usize, G> Freeze for ProofInputs<FULL_ROUNDS, G>
impl<const FULL_ROUNDS: usize, G> RefUnwindSafe for ProofInputs<FULL_ROUNDS, G>where
<G as AffineRepr>::ScalarField: RefUnwindSafe,
impl<const FULL_ROUNDS: usize, G> Send for ProofInputs<FULL_ROUNDS, G>
impl<const FULL_ROUNDS: usize, G> Sync for ProofInputs<FULL_ROUNDS, G>
impl<const FULL_ROUNDS: usize, G> Unpin for ProofInputs<FULL_ROUNDS, G>where
<G as AffineRepr>::ScalarField: Unpin,
impl<const FULL_ROUNDS: usize, G> UnwindSafe for ProofInputs<FULL_ROUNDS, 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