Struct VerificationKey
pub struct VerificationKey<let N: u32> {
pub key: [Field; N],
pub hash: Field,
}
Fields
key: [Field; N]hash: FieldTrait implementations
impl<let M: u32> Empty for VerificationKey<M>
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl<let N: u32> Eq for VerificationKey<N>
pub fn eq(_self: Self, _other: Self) -> bool