elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN254B

Synopsis

Documentation

type PP = WPPoint BN254B Fq Fr Source #

Projective BN254B point.

type PJ = WJPoint BN254B Fq Fr Source #

Jacobian BN254B point.

type PA = WAPoint BN254B Fq Fr Source #

Affine BN254B curve point.

type Fr = PrimeField 16798108731015832284940804142231733909759579603404752749028378864165570215949 Source #

Field of coefficients of BN254B curve.

type Fq = PrimeField 16798108731015832284940804142231733909889187121439069848933715426072753864723 Source #

Field of points of BN254B curve.

data BN254B Source #

BN254B curve.

Instances
WPCurve BN254B Fq Fr Source #

Projective BN254B curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN254B

WJCurve BN254B Fq Fr Source #

Jacobian BN254B curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN254B

WACurve BN254B Fq Fr Source #

Affine BN254B curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN254B

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

BN254B curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN254B

_a :: Fq Source #

Coefficient A of BN254B curve.

_b :: Fq Source #

Coefficient B of BN254B curve.

_h :: Integer Source #

Cofactor of BN254B curve.

_q :: Integer Source #

Characteristic of BN254B curve.

_r :: Integer Source #

Order of BN254B curve.

_x :: Fq Source #

Coordinate X of BN254B curve.

_y :: Fq Source #

Coordinate Y of BN254B curve.

gA :: PA Source #

Generator of affine BN254B curve.

gJ :: PJ Source #

Generator of Jacobian BN254B curve.

gP :: PP Source #

Generator of projective BN254B curve.