elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Weierstrass.ANSSIFRP256V1

Contents

Synopsis

Documentation

ANSSIFRP256V1 curve

type PP = WPPoint ANSSIFRP256V1 Fq Fr Source #

Projective ANSSIFRP256V1 point.

type PJ = WJPoint ANSSIFRP256V1 Fq Fr Source #

Jacobian ANSSIFRP256V1 point.

type PA = WAPoint ANSSIFRP256V1 Fq Fr Source #

Affine ANSSIFRP256V1 curve point.

type R = 109454571331697278617670725030735128146004546811402412653072203207726079563233 Source #

type Fr = Prime R Source #

Field of coefficients of ANSSIFRP256V1 curve.

type Q = 109454571331697278617670725030735128145969349647868738157201323556196022393859 Source #

type Fq = Prime Q Source #

Field of points of ANSSIFRP256V1 curve.

_a :: Fq Source #

Coefficient A of ANSSIFRP256V1 curve.

_b :: Fq Source #

Coefficient B of ANSSIFRP256V1 curve.

_h :: Natural Source #

Cofactor of ANSSIFRP256V1 curve.

_q :: Natural Source #

Characteristic of ANSSIFRP256V1 curve.

_r :: Natural Source #

Order of ANSSIFRP256V1 curve.

_x :: Fq Source #

Coordinate X of ANSSIFRP256V1 curve.

_y :: Fq Source #

Coordinate Y of ANSSIFRP256V1 curve.

gA :: PA Source #

Generator of affine ANSSIFRP256V1 curve.

gJ :: PJ Source #

Generator of Jacobian ANSSIFRP256V1 curve.

gP :: PP Source #

Generator of projective ANSSIFRP256V1 curve.