elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN462

Synopsis

Documentation

type PP = WPPoint BN462 Fq Fr Source #

Projective BN462 point.

type PJ = WJPoint BN462 Fq Fr Source #

Jacobian BN462 point.

type PA = WAPoint BN462 Fq Fr Source #

Affine BN462 curve point.

type Fr = PrimeField 6701817056313037086248947066310538444882082605308124576230408038843354961099564416871567745979441241809893679037520753402159179772451651597 Source #

Field of coefficients of BN462 curve.

type Fq = PrimeField 6701817056313037086248947066310538444882082605308124576230408038843357549886356779857393369967010764802541005796711440355753503701056323603 Source #

Field of points of BN462 curve.

data BN462 Source #

BN462 curve.

Instances
WPCurve BN462 Fq Fr Source #

Projective BN462 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN462

WJCurve BN462 Fq Fr Source #

Jacobian BN462 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN462

WACurve BN462 Fq Fr Source #

Affine BN462 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN462

Curve Weierstrass c BN462 Fq Fr => WCurve c BN462 Fq Fr Source #

BN462 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN462

_a :: Fq Source #

Coefficient A of BN462 curve.

_b :: Fq Source #

Coefficient B of BN462 curve.

_h :: Integer Source #

Cofactor of BN462 curve.

_q :: Integer Source #

Characteristic of BN462 curve.

_r :: Integer Source #

Order of BN462 curve.

_x :: Fq Source #

Coordinate X of BN462 curve.

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