elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Edwards.Curve41417

Contents

Synopsis

Documentation

Curve41417 curve

type PP = EPPoint Curve41417 Fq Fr Source #

Projective Curve41417 point.

type PA = EAPoint Curve41417 Fq Fr Source #

Affine Curve41417 curve point.

type R = 5288447750321988791615322464262168318627237463714249754277190328831105466135348245791335989419337099796002495788978276839289 Source #

type Fr = Prime R Source #

Field of coefficients of Curve41417 curve.

type Q = 42307582002575910332922579714097346549017899709713998034217522897561970639123926132812109468141778230245837569601494931472367 Source #

type Fq = Prime Q Source #

Field of points of Curve41417 curve.

_a :: Fq Source #

Coefficient A of Curve41417 curve.

_d :: Fq Source #

Coefficient D of Curve41417 curve.

_h :: Natural Source #

Cofactor of Curve41417 curve.

_q :: Natural Source #

Characteristic of Curve41417 curve.

_r :: Natural Source #

Order of Curve41417 curve.

_x :: Fq Source #

Coordinate X of Curve41417 curve.

_y :: Fq Source #

Coordinate Y of Curve41417 curve.

gA :: PA Source #

Generator of affine Curve41417 curve.

gP :: PP Source #

Generator of projective Curve41417 curve.