aztec-nr - protocol_types::public_keys

Struct TpkM

pub struct TpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

inner: EmbeddedCurvePoint

Trait implementations

impl Deserialize for TpkM

pub fn deserialize(serialized: [Field; 3]) -> Self

impl Eq for TpkM

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

impl Serialize for TpkM

pub fn serialize(self) -> [Field; 3]

impl ToPoint for TpkM

pub fn to_point(self) -> EmbeddedCurvePoint