aztec-nr - noir_aztec::protocol::public_keys

Struct IvpkM

pub struct IvpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

Trait implementations

impl Deserialize for IvpkM

pub fn deserialize(fields: [Field; 3]) -> Self pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> Self

impl Eq for IvpkM

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

impl Serialize for IvpkM

pub fn serialize(self) -> [Field; 3] pub fn stream_serialize<let K: u32>(self, writer: &mut Writer<K>)

impl ToPoint for IvpkM

pub fn to_point(self) -> EmbeddedCurvePoint