elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.SECP224R1

Synopsis

Documentation

type PP = WPPoint SECP224R1 Fq Fr Source #

Projective SECP224R1 point.

type PJ = WJPoint SECP224R1 Fq Fr Source #

Jacobian SECP224R1 point.

type PA = WAPoint SECP224R1 Fq Fr Source #

Affine SECP224R1 curve point.

type Fr = PrimeField 26959946667150639794667015087019625940457807714424391721682722368061 Source #

Field of coefficients of SECP224R1 curve.

type Fq = PrimeField 26959946667150639794667015087019630673557916260026308143510066298881 Source #

Field of points of SECP224R1 curve.

data SECP224R1 Source #

SECP224R1 curve.

Instances
WPCurve SECP224R1 Fq Fr Source #

Projective SECP224R1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.SECP224R1

WJCurve SECP224R1 Fq Fr Source #

Jacobian SECP224R1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.SECP224R1

WACurve SECP224R1 Fq Fr Source #

Affine SECP224R1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.SECP224R1

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

SECP224R1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.SECP224R1

_a :: Fq Source #

Coefficient A of SECP224R1 curve.

_b :: Fq Source #

Coefficient B of SECP224R1 curve.

_h :: Integer Source #

Cofactor of SECP224R1 curve.

_q :: Integer Source #

Characteristic of SECP224R1 curve.

_r :: Integer Source #

Order of SECP224R1 curve.

_x :: Fq Source #

Coordinate X of SECP224R1 curve.

_y :: Fq Source #

Coordinate Y of SECP224R1 curve.

gA :: PA Source #

Generator of affine SECP224R1 curve.

gJ :: PJ Source #

Generator of Jacobian SECP224R1 curve.

gP :: PP Source #

Generator of projective SECP224R1 curve.