elliptic-curve-0.2.1: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT409K1

Synopsis

Documentation

type PP = BPPoint SECT409K1 F2m Fr Source #

Projective SECT409K1 point.

type PA = BAPoint SECT409K1 F2m Fr Source #

Affine SECT409K1 curve point.

type Fr = PrimeField 330527984395124299475957654016385519914202341482140609642324395022880711289249191050673258457777458014096366590617731358671 Source #

Field of coefficients of SECT409K1 curve.

type F2m = BinaryField 1322111937580497197903830616065542079656809365928562438569297590548811582472622691650378420879430724437687334722581078999041 Source #

Field of points of SECT409K1 curve.

data SECT409K1 Source #

SECT409K1 curve.

Instances
BPCurve SECT409K1 F2m Fr Source #

Projective SECT409K1 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT409K1

BACurve SECT409K1 F2m Fr Source #

Affine SECT409K1 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT409K1

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

SECT409K1 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT409K1

_a :: F2m Source #

Coefficient A of SECT409K1 curve.

_b :: F2m Source #

Coefficient B of SECT409K1 curve.

_h :: Integer Source #

Cofactor of SECT409K1 curve.

_p :: Integer Source #

Polynomial of SECT409K1 curve.

_r :: Integer Source #

Order of SECT409K1 curve.

_x :: F2m Source #

Coordinate X of SECT409K1 curve.

_y :: F2m Source #

Coordinate Y of SECT409K1 curve.

gA :: PA Source #

Generator of affine SECT409K1 curve.

gP :: PP Source #

Generator of projective SECT409K1 curve.