elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.Anomalous

Contents

Synopsis

Documentation

Anomalous curve

type PP = WPPoint Anomalous Fq Fr Source #

Projective Anomalous point.

type PJ = WJPoint Anomalous Fq Fr Source #

Jacobian Anomalous point.

type PA = WAPoint Anomalous Fq Fr Source #

Affine Anomalous curve point.

type R = 17676318486848893030961583018778670610489016512983351739677143 Source #

type Fr = Prime R Source #

Field of coefficients of Anomalous curve.

type Q = 17676318486848893030961583018778670610489016512983351739677143 Source #

type Fq = Prime Q Source #

Field of points of Anomalous curve.

_a :: Fq Source #

Coefficient A of Anomalous curve.

_b :: Fq Source #

Coefficient B of Anomalous curve.

_h :: Natural Source #

Cofactor of Anomalous curve.

_q :: Natural Source #

Characteristic of Anomalous curve.

_r :: Natural Source #

Order of Anomalous curve.

_x :: Fq Source #

Coordinate X of Anomalous curve.

_y :: Fq Source #

Coordinate Y of Anomalous curve.

gA :: PA Source #

Generator of affine Anomalous curve.

gJ :: PJ Source #

Generator of Jacobian Anomalous curve.

gP :: PP Source #

Generator of projective Anomalous curve.