Skip to main content

VerifyAssignments

Struct VerifyAssignments 

Source
pub struct VerifyAssignments<'a> {
Show 47 fields pub P: &'a CompressedRistretto, pub CBucket: &'a CompressedRistretto, pub CSince: &'a CompressedRistretto, pub CInvRemain: &'a CompressedRistretto, pub CBlockages: &'a CompressedRistretto, pub V: &'a CompressedRistretto, pub Xbucket: &'a CompressedRistretto, pub Xsince: &'a CompressedRistretto, pub Xinvremain: &'a CompressedRistretto, pub Xblockages: &'a CompressedRistretto, pub P_reach: &'a CompressedRistretto, pub CBucket_reach: &'a CompressedRistretto, pub V_reach: &'a CompressedRistretto, pub Xbucket_reach: &'a CompressedRistretto, pub D: &'a CompressedRistretto, pub EncIdClient0: &'a CompressedRistretto, pub EncIdClient1: &'a CompressedRistretto, pub EncBucket0: &'a CompressedRistretto, pub EncBucket1: &'a CompressedRistretto, pub EncBlockages0: &'a CompressedRistretto, pub EncBlockages1: &'a CompressedRistretto, pub CG0: &'a CompressedRistretto, pub CG1: &'a CompressedRistretto, pub CG2: &'a CompressedRistretto, pub CG3: &'a CompressedRistretto, pub CG4: &'a CompressedRistretto, pub CG5: &'a CompressedRistretto, pub CG6: &'a CompressedRistretto, pub CG7: &'a CompressedRistretto, pub CG8: &'a CompressedRistretto, pub CG0sq: &'a CompressedRistretto, pub CG1sq: &'a CompressedRistretto, pub CG2sq: &'a CompressedRistretto, pub CG3sq: &'a CompressedRistretto, pub CG4sq: &'a CompressedRistretto, pub CG5sq: &'a CompressedRistretto, pub CG6sq: &'a CompressedRistretto, pub CG7sq: &'a CompressedRistretto, pub CG8sq: &'a CompressedRistretto, pub CH0: &'a CompressedRistretto, pub CH1: &'a CompressedRistretto, pub CH2: &'a CompressedRistretto, pub CH0sq: &'a CompressedRistretto, pub CH1sq: &'a CompressedRistretto, pub CH2sq: &'a CompressedRistretto, pub A: &'a CompressedRistretto, pub B: &'a CompressedRistretto,
}
Expand description

Named parameters for verify_compact and verify_batchable.

Fields§

§P: &'a CompressedRistretto§CBucket: &'a CompressedRistretto§CSince: &'a CompressedRistretto§CInvRemain: &'a CompressedRistretto§CBlockages: &'a CompressedRistretto§V: &'a CompressedRistretto§Xbucket: &'a CompressedRistretto§Xsince: &'a CompressedRistretto§Xinvremain: &'a CompressedRistretto§Xblockages: &'a CompressedRistretto§P_reach: &'a CompressedRistretto§CBucket_reach: &'a CompressedRistretto§V_reach: &'a CompressedRistretto§Xbucket_reach: &'a CompressedRistretto§D: &'a CompressedRistretto§EncIdClient0: &'a CompressedRistretto§EncIdClient1: &'a CompressedRistretto§EncBucket0: &'a CompressedRistretto§EncBucket1: &'a CompressedRistretto§EncBlockages0: &'a CompressedRistretto§EncBlockages1: &'a CompressedRistretto§CG0: &'a CompressedRistretto§CG1: &'a CompressedRistretto§CG2: &'a CompressedRistretto§CG3: &'a CompressedRistretto§CG4: &'a CompressedRistretto§CG5: &'a CompressedRistretto§CG6: &'a CompressedRistretto§CG7: &'a CompressedRistretto§CG8: &'a CompressedRistretto§CG0sq: &'a CompressedRistretto§CG1sq: &'a CompressedRistretto§CG2sq: &'a CompressedRistretto§CG3sq: &'a CompressedRistretto§CG4sq: &'a CompressedRistretto§CG5sq: &'a CompressedRistretto§CG6sq: &'a CompressedRistretto§CG7sq: &'a CompressedRistretto§CG8sq: &'a CompressedRistretto§CH0: &'a CompressedRistretto§CH1: &'a CompressedRistretto§CH2: &'a CompressedRistretto§CH0sq: &'a CompressedRistretto§CH1sq: &'a CompressedRistretto§CH2sq: &'a CompressedRistretto§A: &'a CompressedRistretto§B: &'a CompressedRistretto

Trait Implementations§

Source§

impl<'a> Clone for VerifyAssignments<'a>

Source§

fn clone(&self) -> VerifyAssignments<'a>

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl<'a> Copy for VerifyAssignments<'a>

Auto Trait Implementations§

§

impl<'a> Freeze for VerifyAssignments<'a>

§

impl<'a> RefUnwindSafe for VerifyAssignments<'a>

§

impl<'a> Send for VerifyAssignments<'a>

§

impl<'a> Sync for VerifyAssignments<'a>

§

impl<'a> Unpin for VerifyAssignments<'a>

§

impl<'a> UnsafeUnpin for VerifyAssignments<'a>

§

impl<'a> UnwindSafe for VerifyAssignments<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V