elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT239K1

Synopsis

Documentation

type PP = BPPoint SECT239K1 F2m Fr Source #

Projective SECT239K1 point.

type PA = BAPoint SECT239K1 F2m Fr Source #

Affine SECT239K1 curve point.

type Fr = PrimeField 220855883097298041197912187592864814948216561321709848887480219215362213 Source #

Field of coefficients of SECT239K1 curve.

type F2m = BinaryField 883423532389192164791649115746868590639471499359017658131558014629445633 Source #

Field of points of SECT239K1 curve.

data SECT239K1 Source #

SECT239K1 curve.

Instances
BPCurve SECT239K1 F2m Fr Source #

Projective SECT239K1 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT239K1

BACurve SECT239K1 F2m Fr Source #

Affine SECT239K1 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT239K1

Curve Binary c SECT239K1 F2m Fr => BCurve c SECT239K1 F2m Fr Source #

SECT239K1 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT239K1

_a :: F2m Source #

Coefficient A of SECT239K1 curve.

_b :: F2m Source #

Coefficient B of SECT239K1 curve.

_h :: Integer Source #

Cofactor of SECT239K1 curve.

_p :: Integer Source #

Polynomial of SECT239K1 curve.

_r :: Integer Source #

Order of SECT239K1 curve.

_x :: F2m Source #

Coordinate X of SECT239K1 curve.

_y :: F2m Source #

Coordinate Y of SECT239K1 curve.

gA :: PA Source #

Generator of affine SECT239K1 curve.

gP :: PP Source #

Generator of projective SECT239K1 curve.