Struct swiftness::annotations::Annotations
source · pub struct Annotations {Show 16 fields
pub z: BigUint,
pub alpha: BigUint,
pub original_commitment_hash: BigUint,
pub interaction_commitment_hash: BigUint,
pub composition_commitment_hash: BigUint,
pub oods_values: Vec<BigUint>,
pub fri_layers_commitments: Vec<BigUint>,
pub fri_last_layer_coefficients: Vec<BigUint>,
pub proof_of_work_nonce: BigUint,
pub original_witness_leaves: Vec<BigUint>,
pub original_witness_authentications: Vec<BigUint>,
pub interaction_witness_leaves: Vec<BigUint>,
pub interaction_witness_authentications: Vec<BigUint>,
pub composition_witness_leaves: Vec<BigUint>,
pub composition_witness_authentications: Vec<BigUint>,
pub fri_witnesses: Vec<FriWitness>,
}Fields§
§z: BigUint§alpha: BigUint§original_commitment_hash: BigUint§interaction_commitment_hash: BigUint§composition_commitment_hash: BigUint§oods_values: Vec<BigUint>§fri_layers_commitments: Vec<BigUint>§fri_last_layer_coefficients: Vec<BigUint>§proof_of_work_nonce: BigUint§original_witness_leaves: Vec<BigUint>§original_witness_authentications: Vec<BigUint>§interaction_witness_leaves: Vec<BigUint>§interaction_witness_authentications: Vec<BigUint>§composition_witness_leaves: Vec<BigUint>§composition_witness_authentications: Vec<BigUint>§fri_witnesses: Vec<FriWitness>Implementations§
source§impl Annotations
impl Annotations
Trait Implementations§
source§impl Clone for Annotations
impl Clone for Annotations
source§fn clone(&self) -> Annotations
fn clone(&self) -> Annotations
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for Annotations
impl Debug for Annotations
source§impl PartialEq for Annotations
impl PartialEq for Annotations
impl StructuralPartialEq for Annotations
Auto Trait Implementations§
impl Freeze for Annotations
impl RefUnwindSafe for Annotations
impl Send for Annotations
impl Sync for Annotations
impl Unpin for Annotations
impl UnwindSafe for Annotations
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)