aztec-nr - noir_aztec::protocol::public_keys

Struct OvpkM

pub struct OvpkM {
    pub inner: EmbeddedCurvePoint,
}

Fields

Trait implementations

impl Deserialize for OvpkM

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

impl Eq for OvpkM

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

impl Hash for OvpkM

pub fn hash(self) -> Field

impl Serialize for OvpkM

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

impl ToPoint for OvpkM

pub fn to_point(self) -> EmbeddedCurvePoint