elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN254A

Synopsis

Documentation

type PP = WPPoint BN254A Fq Fr Source #

Projective BN254A point.

type PJ = WJPoint BN254A Fq Fr Source #

Jacobian BN254A point.

type PA = WAPoint BN254A Fq Fr Source #

Affine BN254A curve point.

type Fr = PrimeField 16030569034403128277756688287498649515510226217719936227669524443298095169537 Source #

Field of coefficients of BN254A curve.

type Fq = PrimeField 16030569034403128277756688287498649515636838101184337499778392980116222246913 Source #

Field of points of BN254A curve.

data BN254A Source #

BN254A curve.

Instances
WPCurve BN254A Fq Fr Source #

Projective BN254A curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN254A

WJCurve BN254A Fq Fr Source #

Jacobian BN254A curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN254A

WACurve BN254A Fq Fr Source #

Affine BN254A curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN254A

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

BN254A curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN254A

_a :: Fq Source #

Coefficient A of BN254A curve.

_b :: Fq Source #

Coefficient B of BN254A curve.

_h :: Integer Source #

Cofactor of BN254A curve.

_q :: Integer Source #

Characteristic of BN254A curve.

_r :: Integer Source #

Order of BN254A curve.

_x :: Fq Source #

Coordinate X of BN254A curve.

_y :: Fq Source #

Coordinate Y of BN254A curve.

gA :: PA Source #

Generator of affine BN254A curve.

gJ :: PJ Source #

Generator of Jacobian BN254A curve.

gP :: PP Source #

Generator of projective BN254A curve.