Struct IvpkM
pub struct IvpkM {
pub inner: EmbeddedCurvePoint,
}
Fields
inner: EmbeddedCurvePointTrait 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