elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN254BT

Contents

Synopsis

Documentation

BN254B curve

type PP = WPPoint BN254B Fq2 Fr Source #

Projective BN254B point.

type PJ = WJPoint BN254B Fq2 Fr Source #

Jacobian BN254B point.

type PA = WAPoint BN254B Fq2 Fr Source #

Affine BN254B curve point.

type Fq2 = Extension U Fq Source #

Field of points of BN254B curve over Fq2.

_a :: Fq2 Source #

Coefficient A of BN254B curve.

_b :: Fq2 Source #

Coefficient B of BN254B curve.

_h :: Natural Source #

Cofactor of BN254B curve.

_q :: Natural Source #

Characteristic of BN254B curve.

_r :: Natural Source #

Order of BN254B curve.

_x :: Fq2 Source #

Coordinate X of BN254B curve.

_y :: Fq2 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.