pub struct SubClaim<F: Field> {
pub point: Vec<F>,
pub expected_evaluation: F,
}Expand description
Subclaim when verifier is convinced
Fields§
§point: Vec<F>the multi-dimensional point that this multilinear extension is evaluated to
expected_evaluation: Fthe expected evaluation
Auto Trait Implementations§
impl<F> Freeze for SubClaim<F>where
F: Freeze,
impl<F> RefUnwindSafe for SubClaim<F>where
F: RefUnwindSafe,
impl<F> Send for SubClaim<F>
impl<F> Sync for SubClaim<F>
impl<F> Unpin for SubClaim<F>where
F: Unpin,
impl<F> UnwindSafe for SubClaim<F>where
F: 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