Struct snarkvm_polycommit::PCCheckRandomDataVar [−][src]
pub struct PCCheckRandomDataVar<TargetField: PrimeField, BaseField: PrimeField> { pub opening_challenges: Vec<NonNativeFieldVar<TargetField, BaseField>>, pub opening_challenges_bits: Vec<Vec<Boolean>>, pub batching_rands: Vec<NonNativeFieldVar<TargetField, BaseField>>, pub batching_rands_bits: Vec<Vec<Boolean>>, }
Expand description
A collection of random data used in the polynomial commitment checking.
Fields
opening_challenges: Vec<NonNativeFieldVar<TargetField, BaseField>>
Opening challenges. The prover and the verifier MUST use the same opening challenges.
opening_challenges_bits: Vec<Vec<Boolean>>
Bit representations of the opening challenges.
batching_rands: Vec<NonNativeFieldVar<TargetField, BaseField>>
Batching random numbers. The verifier can choose these numbers freely, as long as they are random.
batching_rands_bits: Vec<Vec<Boolean>>
Bit representations of the batching random numbers.
Trait Implementations
impl<TargetField: Clone + PrimeField, BaseField: Clone + PrimeField> Clone for PCCheckRandomDataVar<TargetField, BaseField>
[src]
impl<TargetField: Clone + PrimeField, BaseField: Clone + PrimeField> Clone for PCCheckRandomDataVar<TargetField, BaseField>
[src]fn clone(&self) -> PCCheckRandomDataVar<TargetField, BaseField>
[src]
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: Debug + PrimeField, BaseField: Debug + PrimeField> Debug for PCCheckRandomDataVar<TargetField, BaseField>
[src]
impl<TargetField: Debug + PrimeField, BaseField: Debug + PrimeField> Debug for PCCheckRandomDataVar<TargetField, BaseField>
[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>,