pub struct RelaxedWitness {
pub core: CoreWitness,
pub e: Evaluations<ScalarField, Radix2EvaluationDomain<ScalarField>>,
}
Expand description
Relaxed witness extends the non-relaxed witness with evaluations of the error term.
Fields§
§core: CoreWitness
§e: Evaluations<ScalarField, Radix2EvaluationDomain<ScalarField>>
Trait Implementations§
Source§impl PartialEq for RelaxedWitness
impl PartialEq for RelaxedWitness
impl Eq for RelaxedWitness
impl StructuralPartialEq for RelaxedWitness
Auto Trait Implementations§
impl Freeze for RelaxedWitness
impl RefUnwindSafe for RelaxedWitness
impl Send for RelaxedWitness
impl Sync for RelaxedWitness
impl Unpin for RelaxedWitness
impl UnwindSafe for RelaxedWitness
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more