elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BLS48581T

Contents

Synopsis

Documentation

BLS48581 curve

type PP = WPPoint BLS48581 Fq8 Fr Source #

Projective BLS48581 point.

type PJ = WJPoint BLS48581 Fq8 Fr Source #

Jacobian BLS48581 point.

type PA = WAPoint BLS48581 Fq8 Fr Source #

Affine BLS48581 curve point.

type Fq8 = Extension W Fq4 Source #

Field of points of BLS48581 curve over Fq8.

type Fq4 = Extension V Fq2 Source #

Field of points of BLS48581 curve over Fq4.

type Fq2 = Extension U Fq Source #

Field of points of BLS48581 curve over Fq2.

_a :: Fq8 Source #

Coefficient A of BLS48581 curve.

_b :: Fq8 Source #

Coefficient B of BLS48581 curve.

_h :: Natural Source #

Cofactor of BLS48581 curve.

_q :: Natural Source #

Characteristic of BLS48581 curve.

_r :: Natural Source #

Order of BLS48581 curve.

_x :: Fq8 Source #

Coordinate X of BLS48581 curve.

_y :: Fq8 Source #

Coordinate Y of BLS48581 curve.

gA :: PA Source #

Generator of affine BLS48581 curve.

gJ :: PJ Source #

Generator of Jacobian BLS48581 curve.

gP :: PP Source #

Generator of projective BLS48581 curve.