elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN512

Synopsis

Documentation

type PP = WPPoint BN512 Fq Fr Source #

Projective BN512 point.

type PJ = WJPoint BN512 Fq Fr Source #

Jacobian BN512 point.

type PA = WAPoint BN512 Fq Fr Source #

Affine BN512 curve point.

type Fr = PrimeField 13407807929942597099574024998205830437246153344875111580494527427714590099881680053891920200409570720654742146445677939306408461754626647833262056300743149 Source #

Field of coefficients of BN512 curve.

type Fq = PrimeField 13407807929942597099574024998205830437246153344875111580494527427714590099881795845981157516604994291639750834285779043186149750164319950153126044364566323 Source #

Field of points of BN512 curve.

data BN512 Source #

BN512 curve.

Instances
WPCurve BN512 Fq Fr Source #

Projective BN512 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN512

WJCurve BN512 Fq Fr Source #

Jacobian BN512 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN512

WACurve BN512 Fq Fr Source #

Affine BN512 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN512

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

BN512 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN512

_a :: Fq Source #

Coefficient A of BN512 curve.

_b :: Fq Source #

Coefficient B of BN512 curve.

_h :: Integer Source #

Cofactor of BN512 curve.

_q :: Integer Source #

Characteristic of BN512 curve.

_r :: Integer Source #

Order of BN512 curve.

_x :: Fq Source #

Coordinate X of BN512 curve.

_y :: Fq Source #

Coordinate Y of BN512 curve.

gA :: PA Source #

Generator of affine BN512 curve.

gJ :: PJ Source #

Generator of Jacobian BN512 curve.

gP :: PP Source #

Generator of projective BN512 curve.