elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP192K1

Synopsis

Documentation

type PP = WPPoint SECP192K1 Fq Fr Source #

Projective SECP192K1 point.

type PJ = WJPoint SECP192K1 Fq Fr Source #

Jacobian SECP192K1 point.

type PA = WAPoint SECP192K1 Fq Fr Source #

Affine SECP192K1 curve point.

type Fr = PrimeField 6277101735386680763835789423061264271957123915200845512077 Source #

Field of coefficients of SECP192K1 curve.

type Fq = PrimeField 6277101735386680763835789423207666416102355444459739541047 Source #

Field of points of SECP192K1 curve.

data SECP192K1 Source #

SECP192K1 curve.

Instances
WPCurve SECP192K1 Fq Fr Source #

Projective SECP192K1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP192K1

WJCurve SECP192K1 Fq Fr Source #

Jacobian SECP192K1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP192K1

WACurve SECP192K1 Fq Fr Source #

Affine SECP192K1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP192K1

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

SECP192K1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP192K1

_a :: Fq Source #

Coefficient A of SECP192K1 curve.

_b :: Fq Source #

Coefficient B of SECP192K1 curve.

_h :: Integer Source #

Cofactor of SECP192K1 curve.

_q :: Integer Source #

Characteristic of SECP192K1 curve.

_r :: Integer Source #

Order of SECP192K1 curve.

_x :: Fq Source #

Coordinate X of SECP192K1 curve.

_y :: Fq Source #

Coordinate Y of SECP192K1 curve.

gA :: PA Source #

Generator of affine SECP192K1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP192K1 curve.

gP :: PP Source #

Generator of projective SECP192K1 curve.