Struct OvpkM
pub struct OvpkM {
pub inner: EmbeddedCurvePoint,
}
Fields
inner: EmbeddedCurvePointTrait implementations
impl Deserialize for OvpkM
pub fn deserialize(serialized: [Field; 3]) -> 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]
impl ToPoint for OvpkM
pub fn to_point(self) -> EmbeddedCurvePoint