aztec-nr - protocol_types::proof::recursive_proof

Struct RecursiveProof

pub struct RecursiveProof {
    pub fields: [Field; 457],
}

Fields

fields: [Field; 457]

Trait implementations

impl Deserialize for RecursiveProof

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

impl Empty for RecursiveProof

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

impl Eq for RecursiveProof

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

impl Serialize for RecursiveProof

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