Struct kimchi::circuits::polynomial::LookupPolys
source · pub struct LookupPolys<F: FftField> {
pub l: DensePolynomial<F>,
pub lw: DensePolynomial<F>,
pub h1: DensePolynomial<F>,
pub h2: DensePolynomial<F>,
}
Fields§
§l: DensePolynomial<F>
aggregation
lw: DensePolynomial<F>
lookup witness
h1: DensePolynomial<F>
lookup multiset
h2: DensePolynomial<F>
lookup multiset
Trait Implementations§
source§impl<F: Clone + FftField> Clone for LookupPolys<F>
impl<F: Clone + FftField> Clone for LookupPolys<F>
source§fn clone(&self) -> LookupPolys<F>
fn clone(&self) -> LookupPolys<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<F> RefUnwindSafe for LookupPolys<F>where F: RefUnwindSafe,
impl<F> Send for LookupPolys<F>
impl<F> Sync for LookupPolys<F>
impl<F> Unpin for LookupPolys<F>where F: Unpin,
impl<F> UnwindSafe for LookupPolys<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