elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP224K1

Synopsis

Documentation

type PP = WPPoint SECP224K1 Fq Fr Source #

Projective SECP224K1 point.

type PJ = WJPoint SECP224K1 Fq Fr Source #

Jacobian SECP224K1 point.

type PA = WAPoint SECP224K1 Fq Fr Source #

Affine SECP224K1 curve point.

type Fr = PrimeField 26959946667150639794667015087019640346510327083120074548994958668279 Source #

Field of coefficients of SECP224K1 curve.

type Fq = PrimeField 26959946667150639794667015087019630673637144422540572481099315275117 Source #

Field of points of SECP224K1 curve.

data SECP224K1 Source #

SECP224K1 curve.

Instances
WPCurve SECP224K1 Fq Fr Source #

Projective SECP224K1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP224K1

WJCurve SECP224K1 Fq Fr Source #

Jacobian SECP224K1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP224K1

WACurve SECP224K1 Fq Fr Source #

Affine SECP224K1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP224K1

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

SECP224K1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP224K1

_a :: Fq Source #

Coefficient A of SECP224K1 curve.

_b :: Fq Source #

Coefficient B of SECP224K1 curve.

_h :: Integer Source #

Cofactor of SECP224K1 curve.

_q :: Integer Source #

Characteristic of SECP224K1 curve.

_r :: Integer Source #

Order of SECP224K1 curve.

_x :: Fq Source #

Coordinate X of SECP224K1 curve.

_y :: Fq Source #

Coordinate Y of SECP224K1 curve.

gA :: PA Source #

Generator of affine SECP224K1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP224K1 curve.

gP :: PP Source #

Generator of projective SECP224K1 curve.