elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP128R2

Synopsis

Documentation

type PP = WPPoint SECP128R2 Fq Fr Source #

Projective SECP128R2 point.

type PJ = WJPoint SECP128R2 Fq Fr Source #

Jacobian SECP128R2 point.

type PA = WAPoint SECP128R2 Fq Fr Source #

Affine SECP128R2 curve point.

type Fr = PrimeField 85070591690620534603955721926813660579 Source #

Field of coefficients of SECP128R2 curve.

type Fq = PrimeField 340282366762482138434845932244680310783 Source #

Field of points of SECP128R2 curve.

data SECP128R2 Source #

SECP128R2 curve.

Instances
WPCurve SECP128R2 Fq Fr Source #

Projective SECP128R2 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP128R2

WJCurve SECP128R2 Fq Fr Source #

Jacobian SECP128R2 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP128R2

WACurve SECP128R2 Fq Fr Source #

Affine SECP128R2 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP128R2

Curve Weierstrass c SECP128R2 Fq Fr => WCurve c SECP128R2 Fq Fr Source #

SECP128R2 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP128R2

_a :: Fq Source #

Coefficient A of SECP128R2 curve.

_b :: Fq Source #

Coefficient B of SECP128R2 curve.

_h :: Integer Source #

Cofactor of SECP128R2 curve.

_q :: Integer Source #

Characteristic of SECP128R2 curve.

_r :: Integer Source #

Order of SECP128R2 curve.

_x :: Fq Source #

Coordinate X of SECP128R2 curve.

_y :: Fq Source #

Coordinate Y of SECP128R2 curve.

gA :: PA Source #

Generator of affine SECP128R2 curve.

gJ :: PJ Source #

Generator of Jacobian SECP128R2 curve.

gP :: PP Source #

Generator of projective SECP128R2 curve.