aztec-nr - noir_aztec::protocol::public_keys

Struct TpkM

pub struct TpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

Trait implementations

impl Deserialize for TpkM

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

impl Eq for TpkM

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

impl Serialize for TpkM

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

impl ToPoint for TpkM

pub fn to_point(self) -> EmbeddedCurvePoint