Type Alias mina_signer::CurvePoint

pub type CurvePoint = GroupAffine<PallasParameters>;
Expand description

Affine curve point type

Aliased Type§

struct CurvePoint {
    pub x: Fp256<FpParameters>,
    pub y: Fp256<FpParameters>,
    pub infinity: bool,
    /* private fields */
}

Fields§

§x: Fp256<FpParameters>§y: Fp256<FpParameters>§infinity: bool