elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN254CT

Contents

Synopsis

Documentation

BN254C curve

type PP = WPPoint BN254C Fq2 Fr Source #

Projective BN254C point.

type PJ = WJPoint BN254C Fq2 Fr Source #

Jacobian BN254C point.

type PA = WAPoint BN254C Fq2 Fr Source #

Affine BN254C curve point.

type Fq2 = Extension U Fq Source #

Field of points of BN254C curve over Fq2.

_a :: Fq2 Source #

Coefficient A of BN254C curve.

_b :: Fq2 Source #

Coefficient B of BN254C curve.

_h :: Natural Source #

Cofactor of BN254C curve.

_q :: Natural Source #

Characteristic of BN254C curve.

_r :: Natural Source #

Order of BN254C curve.

_x :: Fq2 Source #

Coordinate X of BN254C curve.

_y :: Fq2 Source #

Coordinate Y of BN254C curve.

gA :: PA Source #

Generator of affine BN254C curve.

gJ :: PJ Source #

Generator of Jacobian BN254C curve.

gP :: PP Source #

Generator of projective BN254C curve.