aztec-nr - protocol_types::proof::tube_proof

Struct TubeProof

pub struct TubeProof {
    pub fields: [Field; 535],
}

Fields

fields: [Field; 535]

Trait implementations

impl Deserialize for TubeProof

pub fn deserialize(serialized: [Field; 535 * 1]) -> Self

impl Empty for TubeProof

pub fn empty() -> Self pub fn is_empty(self) -> bool pub fn assert_empty<let S: u32>(self, msg: str<S>)

impl Eq for TubeProof

pub fn eq(_self: Self, _other: Self) -> bool

impl Serialize for TubeProof

pub fn serialize(self) -> [Field; 535 * 1]