aztec-nr - protocol_types::public_keys

Struct NpkM

pub struct NpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

inner: EmbeddedCurvePoint

Trait implementations

impl Deserialize for NpkM

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

impl Eq for NpkM

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

impl Hash for NpkM

pub fn hash(self) -> Field

impl Serialize for NpkM

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

impl ToPoint for NpkM

pub fn to_point(self) -> EmbeddedCurvePoint