elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN462T

Contents

Synopsis

Documentation

BN462 curve

type PP = WPPoint BN462 Fq2 Fr Source #

Projective BN462 point.

type PJ = WJPoint BN462 Fq2 Fr Source #

Jacobian BN462 point.

type PA = WAPoint BN462 Fq2 Fr Source #

Affine BN462 curve point.

type Fq2 = Extension U Fq Source #

Field of points of BN462 curve over Fq2.

_a :: Fq2 Source #

Coefficient A of BN462 curve.

_b :: Fq2 Source #

Coefficient B of BN462 curve.

_h :: Natural Source #

Cofactor of BN462 curve.

_q :: Natural Source #

Characteristic of BN462 curve.

_r :: Natural Source #

Order of BN462 curve.

_x :: Fq2 Source #

Coordinate X of BN462 curve.

_y :: Fq2 Source #

Coordinate Y of BN462 curve.

gA :: PA Source #

Generator of affine BN462 curve.

gJ :: PJ Source #

Generator of Jacobian BN462 curve.

gP :: PP Source #

Generator of projective BN462 curve.