aztec-nr - noir_aztec::protocol::public_keys

Struct NpkM

pub struct NpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

Trait implementations

impl Deserialize for NpkM

pub fn deserialize(fields: [Field; 3]) -> Self pub fn stream_deserialize<let K: u32>(reader: &mut Reader<K>) -> 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] pub fn stream_serialize<let K: u32>(self, writer: &mut Writer<K>)

impl ToPoint for NpkM

pub fn to_point(self) -> EmbeddedCurvePoint