elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.BN224

Contents

Synopsis

Documentation

BN224 curve

type PP = WPPoint BN224 Fq Fr Source #

Projective BN224 point.

type PJ = WJPoint BN224 Fq Fr Source #

Jacobian BN224 point.

type PA = WAPoint BN224 Fq Fr Source #

Affine BN224 curve point.

type R = 26959946667149205758383469736921690242718878200571531029749235996909 Source #

type Fr = Prime R Source #

Field of coefficients of BN224 curve.

type Q = 26959946667149205758383469736921695435015736735261155141423417423923 Source #

type Fq = Prime Q Source #

Field of points of BN224 curve.

data BN224 Source #

BN224 curve.

_a :: Fq Source #

Coefficient A of BN224 curve.

_b :: Fq Source #

Coefficient B of BN224 curve.

_h :: Natural Source #

Cofactor of BN224 curve.

_q :: Natural Source #

Characteristic of BN224 curve.

_r :: Natural Source #

Order of BN224 curve.

_x :: Fq Source #

Coordinate X of BN224 curve.

_y :: Fq Source #

Coordinate Y of BN224 curve.

gA :: PA Source #

Generator of affine BN224 curve.

gJ :: PJ Source #

Generator of Jacobian BN224 curve.

gP :: PP Source #

Generator of projective BN224 curve.