elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Weierstrass.ANSSIFRP256V1

Synopsis

Documentation

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 Fr = PrimeField 109454571331697278617670725030735128146004546811402412653072203207726079563233 Source #

Field of coefficients of ANSSIFRP256V1 curve.

type Fq = PrimeField 109454571331697278617670725030735128145969349647868738157201323556196022393859 Source #

Field of points of ANSSIFRP256V1 curve.

data ANSSIFRP256V1 Source #

ANSSIFRP256V1 curve.

Instances
WPCurve ANSSIFRP256V1 Fq Fr Source #

Projective ANSSIFRP256V1 curve is a Weierstrass projective curve.

Instance details

Defined in Curve.Weierstrass.ANSSIFRP256V1

WJCurve ANSSIFRP256V1 Fq Fr Source #

Jacobian ANSSIFRP256V1 curve is a Weierstrass Jacobian curve.

Instance details

Defined in Curve.Weierstrass.ANSSIFRP256V1

WACurve ANSSIFRP256V1 Fq Fr Source #

Affine ANSSIFRP256V1 curve is a Weierstrass affine curve.

Instance details

Defined in Curve.Weierstrass.ANSSIFRP256V1

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

ANSSIFRP256V1 curve is a Weierstrass curve.

Instance details

Defined in Curve.Weierstrass.ANSSIFRP256V1

_a :: Fq Source #

Coefficient A of ANSSIFRP256V1 curve.

_b :: Fq Source #

Coefficient B of ANSSIFRP256V1 curve.

_h :: Integer Source #

Cofactor of ANSSIFRP256V1 curve.

_q :: Integer Source #

Characteristic of ANSSIFRP256V1 curve.

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