elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN254AT

Contents

Synopsis

Documentation

BN254A curve

type PP = WPPoint BN254A Fq2 Fr Source #

Projective BN254A point.

type PJ = WJPoint BN254A Fq2 Fr Source #

Jacobian BN254A point.

type PA = WAPoint BN254A Fq2 Fr Source #

Affine BN254A curve point.

type Fq2 = Extension U Fq Source #

Field of points of BN254A curve over Fq2.

_a :: Fq2 Source #

Coefficient A of BN254A curve.

_b :: Fq2 Source #

Coefficient B of BN254A curve.

_h :: Natural Source #

Cofactor of BN254A curve.

_q :: Natural Source #

Characteristic of BN254A curve.

_r :: Natural Source #

Order of BN254A curve.

_x :: Fq2 Source #

Coordinate X of BN254A curve.

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