elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN254T

Synopsis

Documentation

type PP = WPPoint BN254T Fq2 Fr Source #

Projective BN254T point.

type PJ = WJPoint BN254T Fq2 Fr Source #

Jacobian BN254T point.

type PA = WAPoint BN254T Fq2 Fr Source #

Affine BN254T curve point.

type Fr = PrimeField 21888242871839275222246405745257275088548364400416034343698204186575808495617 Source #

Field of coefficients of BN254T curve.

data PolynomialU Source #

Field of points of BN254T curve.

Instances
FGroup Fq12 Source #

BN254TF group is a field group.

Instance details

Defined in Group.Field.BN254TF

IrreducibleMonic Fq PolynomialU Source # 
Instance details

Defined in Curve.Weierstrass.BN254T

IrreducibleMonic Fq2 PolynomialV Source # 
Instance details

Defined in Group.Field.BN254TF

IrreducibleMonic Fq6 PolynomialW Source # 
Instance details

Defined in Group.Field.BN254TF

WPCurve BN254T Fq2 Fr Source #

Projective BN254T curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN254T

WJCurve BN254T Fq2 Fr Source #

Jacobian BN254T curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN254T

WACurve BN254T Fq2 Fr Source #

Affine BN254T curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN254T

Curve Weierstrass c BN254T Fq2 Fr => WCurve c BN254T Fq2 Fr Source #

BN254T curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN254T

data BN254T Source #

BN254T curve.

Instances
WPCurve BN254T Fq2 Fr Source #

Projective BN254T curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN254T

WJCurve BN254T Fq2 Fr Source #

Jacobian BN254T curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN254T

WACurve BN254T Fq2 Fr Source #

Affine BN254T curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN254T

Curve Weierstrass c BN254T Fq2 Fr => WCurve c BN254T Fq2 Fr Source #

BN254T curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN254T

_a :: Fq2 Source #

Coefficient A of BN254T curve.

_b :: Fq2 Source #

Coefficient B of BN254T curve.

_h :: Integer Source #

Cofactor of BN254T curve.

_q :: Integer Source #

Characteristic of BN254T curve.

_r :: Integer Source #

Order of BN254T curve.

_x :: Fq2 Source #

Coordinate X of BN254T curve.

_y :: Fq2 Source #

Coordinate Y of BN254T curve.

gA :: PA Source #

Generator of affine BN254T curve.

gJ :: PJ Source #

Generator of Jacobian BN254T curve.

gP :: PP Source #

Generator of projective BN254T curve.