aztec-nr - protocol_types::public_keys

Struct IvpkM

pub struct IvpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

inner: EmbeddedCurvePoint

Trait implementations

impl Deserialize for IvpkM

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

impl Eq for IvpkM

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

impl Serialize for IvpkM

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

impl ToPoint for IvpkM

pub fn to_point(self) -> EmbeddedCurvePoint