elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN224

Synopsis

Documentation

type PP = WPPoint BN224 Fq Fr Source #

Projective BN224 point.

type PJ = WJPoint BN224 Fq Fr Source #

Jacobian BN224 point.

type PA = WAPoint BN224 Fq Fr Source #

Affine BN224 curve point.

type Fr = PrimeField 26959946667149205758383469736921690242718878200571531029749235996909 Source #

Field of coefficients of BN224 curve.

type Fq = PrimeField 26959946667149205758383469736921695435015736735261155141423417423923 Source #

Field of points of BN224 curve.

data BN224 Source #

BN224 curve.

Instances
WPCurve BN224 Fq Fr Source #

Projective BN224 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN224

WJCurve BN224 Fq Fr Source #

Jacobian BN224 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN224

WACurve BN224 Fq Fr Source #

Affine BN224 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN224

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

BN224 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN224

_a :: Fq Source #

Coefficient A of BN224 curve.

_b :: Fq Source #

Coefficient B of BN224 curve.

_h :: Integer Source #

Cofactor of BN224 curve.

_q :: Integer Source #

Characteristic of BN224 curve.

_r :: Integer Source #

Order of BN224 curve.

_x :: Fq Source #

Coordinate X of BN224 curve.

_y :: Fq Source #

Coordinate Y of BN224 curve.

gA :: PA Source #

Generator of affine BN224 curve.

gJ :: PJ Source #

Generator of Jacobian BN224 curve.

gP :: PP Source #

Generator of projective BN224 curve.