elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.SECP128R1

Contents

Synopsis

Documentation

SECP128R1 curve

type PP = WPPoint SECP128R1 Fq Fr Source #

Projective SECP128R1 point.

type PJ = WJPoint SECP128R1 Fq Fr Source #

Jacobian SECP128R1 point.

type PA = WAPoint SECP128R1 Fq Fr Source #

Affine SECP128R1 curve point.

type R = 340282366762482138443322565580356624661 Source #

type Fr = Prime R Source #

Field of coefficients of SECP128R1 curve.

type Q = 340282366762482138434845932244680310783 Source #

type Fq = Prime Q Source #

Field of points of SECP128R1 curve.

_a :: Fq Source #

Coefficient A of SECP128R1 curve.

_b :: Fq Source #

Coefficient B of SECP128R1 curve.

_h :: Natural Source #

Cofactor of SECP128R1 curve.

_q :: Natural Source #

Characteristic of SECP128R1 curve.

_r :: Natural Source #

Order of SECP128R1 curve.

_x :: Fq Source #

Coordinate X of SECP128R1 curve.

_y :: Fq Source #

Coordinate Y of SECP128R1 curve.

gA :: PA Source #

Generator of affine SECP128R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP128R1 curve.

gP :: PP Source #

Generator of projective SECP128R1 curve.