elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN384

Contents

Synopsis

Documentation

BN384 curve

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 R = 39402006196394479212278605372068645601647601647604977711035712095477795040353349547661912204165862202002491141937013 Source #

type Fr = Prime R Source #

Field of coefficients of BN384 curve.

type Q = 39402006196394479212278605372068645601647601647604977711041989197213181721117185302456933847594895764913993728971019 Source #

type Fq = Prime Q Source #

Field of points of BN384 curve.

data BN384 Source #

BN384 curve.

_a :: Fq Source #

Coefficient A of BN384 curve.

_b :: Fq Source #

Coefficient B of BN384 curve.

_h :: Natural Source #

Cofactor of BN384 curve.

_q :: Natural Source #

Characteristic of BN384 curve.

_r :: Natural 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.