elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.BN384

Synopsis

Documentation

type PP = WPPoint BN384 Fq Fr Source #

Projective BN384 point.

type PJ = WJPoint BN384 Fq Fr Source #

Jacobian BN384 point.

type PA = WAPoint BN384 Fq Fr Source #

Affine BN384 curve point.

type Fr = PrimeField 39402006196394479212278605372068645601647601647604977711035712095477795040353349547661912204165862202002491141937013 Source #

Field of coefficients of BN384 curve.

type Fq = PrimeField 39402006196394479212278605372068645601647601647604977711041989197213181721117185302456933847594895764913993728971019 Source #

Field of points of BN384 curve.

data BN384 Source #

BN384 curve.

Instances
WPCurve BN384 Fq Fr Source #

Projective BN384 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.BN384

WJCurve BN384 Fq Fr Source #

Jacobian BN384 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.BN384

WACurve BN384 Fq Fr Source #

Affine BN384 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.BN384

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

BN384 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.BN384

_a :: Fq Source #

Coefficient A of BN384 curve.

_b :: Fq Source #

Coefficient B of BN384 curve.

_h :: Integer Source #

Cofactor of BN384 curve.

_q :: Integer Source #

Characteristic of BN384 curve.

_r :: Integer Source #

Order of BN384 curve.

_x :: Fq Source #

Coordinate X of BN384 curve.

_y :: Fq Source #

Coordinate Y of BN384 curve.

gA :: PA Source #

Generator of affine BN384 curve.

gJ :: PJ Source #

Generator of Jacobian BN384 curve.

gP :: PP Source #

Generator of projective BN384 curve.