pub struct VerifierLiftedEvalsChecked<'a, Zt: ZincTypes<D, FD>, C: BaseFieldConfig, IdealOverF, const D: usize, const FD: usize> { /* private fields */ }Expand description
After step 6 (lifted evals verification).
Implementations§
Source§impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>
Sourcepub fn step7_pcs_verify<U: Uair, const CHECK_FOR_OVERFLOW: bool>(
self,
) -> Result<VerifierPcsVerified<IdealOverF>, ProtocolError<C::Element>>
pub fn step7_pcs_verify<U: Uair, const CHECK_FOR_OVERFLOW: bool>( self, ) -> Result<VerifierPcsVerified<IdealOverF>, ProtocolError<C::Element>>
Step 7: PCS verification at $r^\star := r_0 \bmod q’‘$,
using the $q’’$-family lifted evals sent by the prover and
recovered into lifted_evals_pp during step 6.
$q’‘$ was sampled at the start of step 6. Here we sample binary folding challenges under $q’’$ and run the per-commitment PCS verify.
Per-poly claims for verify_with_alphas are computed directly from
lifted_evals_pp[witness_range] — no per-coefficient $\phi_{q’‘}$
lift is needed because the prover already sent each $\bar
u_j^{(q’‘)} \in F_{q’’}[X]$.
Trait Implementations§
Source§impl<'a, Zt: Clone + ZincTypes<D, FD>, C: Clone + BaseFieldConfig, IdealOverF: Clone, const D: usize, const FD: usize> Clone for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C::Element: Clone,
impl<'a, Zt: Clone + ZincTypes<D, FD>, C: Clone + BaseFieldConfig, IdealOverF: Clone, const D: usize, const FD: usize> Clone for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C::Element: Clone,
Source§fn clone(&self) -> VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>
fn clone(&self) -> VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> Freeze for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C: Freeze,
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> RefUnwindSafe for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C: RefUnwindSafe,
IdealOverF: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::BinaryLc: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::ArbitraryLc: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::IntLc: RefUnwindSafe,
<C as SetConfig>::Element: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::BinaryZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::ArbitraryZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::IntZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::Fmod: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::Int: RefUnwindSafe,
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> Send for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
IdealOverF: Send,
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> Sync for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
IdealOverF: Sync,
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> Unpin for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> UnsafeUnpin for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C: UnsafeUnpin,
impl<'a, Zt, C, IdealOverF, const D: usize, const FD: usize> UnwindSafe for VerifierLiftedEvalsChecked<'a, Zt, C, IdealOverF, D, FD>where
C: UnwindSafe,
IdealOverF: UnwindSafe,
<Zt as ZincTypes<D, FD>>::BinaryLc: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::ArbitraryLc: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::IntLc: RefUnwindSafe,
<C as SetConfig>::Element: UnwindSafe,
<Zt as ZincTypes<D, FD>>::BinaryZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::ArbitraryZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::IntZt: RefUnwindSafe,
<Zt as ZincTypes<D, FD>>::Fmod: UnwindSafe,
<Zt as ZincTypes<D, FD>>::Int: RefUnwindSafe,
Blanket Implementations§
§impl<T> AsMaybeUninit for T
impl<T> AsMaybeUninit for T
§type Uninit = MaybeUninit<T>
type Uninit = MaybeUninit<T>
This type in its maybe-uninitialized form.
§fn as_ref_uninit(&self) -> &<T as AsMaybeUninit>::Uninit
fn as_ref_uninit(&self) -> &<T as AsMaybeUninit>::Uninit
Converts a
&self to its maybe-initialized equivalent.§unsafe fn as_mut_uninit(&mut self) -> &mut <T as AsMaybeUninit>::Uninit
unsafe fn as_mut_uninit(&mut self) -> &mut <T as AsMaybeUninit>::Uninit
Converts a
&mut T to its maybe-initialized equivalent. Read more§unsafe fn raw_as_uninit<'a>(raw: *const T) -> &'a <T as AsMaybeUninit>::Uninit
unsafe fn raw_as_uninit<'a>(raw: *const T) -> &'a <T as AsMaybeUninit>::Uninit
Converts a raw pointer to a reference to maybe-uninit. Read more
§unsafe fn raw_mut_as_uninit<'a>(
raw: *mut T,
) -> &'a mut <T as AsMaybeUninit>::Uninit
unsafe fn raw_mut_as_uninit<'a>( raw: *mut T, ) -> &'a mut <T as AsMaybeUninit>::Uninit
Converts a raw mutable pointer to a mutable reference to maybe-uninit. Read more
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more