elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP192R1

Synopsis

Documentation

type PP = WPPoint SECP192R1 Fq Fr Source #

Projective SECP192R1 point.

type PJ = WJPoint SECP192R1 Fq Fr Source #

Jacobian SECP192R1 point.

type PA = WAPoint SECP192R1 Fq Fr Source #

Affine SECP192R1 curve point.

type Fr = PrimeField 6277101735386680763835789423176059013767194773182842284081 Source #

Field of coefficients of SECP192R1 curve.

type Fq = PrimeField 6277101735386680763835789423207666416083908700390324961279 Source #

Field of points of SECP192R1 curve.

data SECP192R1 Source #

SECP192R1 curve.

Instances
WPCurve SECP192R1 Fq Fr Source #

Projective SECP192R1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP192R1

WJCurve SECP192R1 Fq Fr Source #

Jacobian SECP192R1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP192R1

WACurve SECP192R1 Fq Fr Source #

Affine SECP192R1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP192R1

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

SECP192R1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP192R1

_a :: Fq Source #

Coefficient A of SECP192R1 curve.

_b :: Fq Source #

Coefficient B of SECP192R1 curve.

_h :: Integer Source #

Cofactor of SECP192R1 curve.

_q :: Integer Source #

Characteristic of SECP192R1 curve.

_r :: Integer Source #

Order of SECP192R1 curve.

_x :: Fq Source #

Coordinate X of SECP192R1 curve.

_y :: Fq Source #

Coordinate Y of SECP192R1 curve.

gA :: PA Source #

Generator of affine SECP192R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP192R1 curve.

gP :: PP Source #

Generator of projective SECP192R1 curve.