Struct snarkvm_wasm::PCCheckRandomDataVar [−][src]
pub struct PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: PrimeField,
TargetField: PrimeField, { pub opening_challenges: Vec<NonNativeFieldVar<TargetField, BaseField>, Global>, pub opening_challenges_bits: Vec<Vec<Boolean, Global>, Global>, pub batching_rands: Vec<NonNativeFieldVar<TargetField, BaseField>, Global>, pub batching_rands_bits: Vec<Vec<Boolean, Global>, Global>, }
Expand description
A collection of random data used in the polynomial commitment checking.
Fields
opening_challenges: Vec<NonNativeFieldVar<TargetField, BaseField>, Global>
Opening challenges. The prover and the verifier MUST use the same opening challenges.
opening_challenges_bits: Vec<Vec<Boolean, Global>, Global>
Bit representations of the opening challenges.
batching_rands: Vec<NonNativeFieldVar<TargetField, BaseField>, Global>
Batching random numbers. The verifier can choose these numbers freely, as long as they are random.
batching_rands_bits: Vec<Vec<Boolean, Global>, Global>
Bit representations of the batching random numbers.
Trait Implementations
impl<TargetField, BaseField> Clone for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: Clone + PrimeField,
TargetField: Clone + PrimeField,
[src]
impl<TargetField, BaseField> Clone for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: Clone + PrimeField,
TargetField: Clone + PrimeField,
[src]pub fn clone(&self) -> PCCheckRandomDataVar<TargetField, BaseField>
[src]
pub fn clone(&self) -> PCCheckRandomDataVar<TargetField, BaseField>
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl<TargetField, BaseField> Debug for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: Debug + PrimeField,
TargetField: Debug + PrimeField,
[src]
impl<TargetField, BaseField> Debug for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: Debug + PrimeField,
TargetField: Debug + PrimeField,
[src]Auto Trait Implementations
impl<TargetField, BaseField> RefUnwindSafe for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: RefUnwindSafe,
TargetField: RefUnwindSafe,
BaseField: RefUnwindSafe,
TargetField: RefUnwindSafe,
impl<TargetField, BaseField> Send for PCCheckRandomDataVar<TargetField, BaseField>
impl<TargetField, BaseField> Sync for PCCheckRandomDataVar<TargetField, BaseField>
impl<TargetField, BaseField> Unpin for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: Unpin,
TargetField: Unpin,
BaseField: Unpin,
TargetField: Unpin,
impl<TargetField, BaseField> UnwindSafe for PCCheckRandomDataVar<TargetField, BaseField> where
BaseField: UnwindSafe,
TargetField: UnwindSafe,
BaseField: UnwindSafe,
TargetField: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,