elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT233K1

Synopsis

Documentation

type PP = BPPoint SECT233K1 F2m Fr Source #

Projective SECT233K1 point.

type PA = BAPoint SECT233K1 F2m Fr Source #

Affine SECT233K1 curve point.

type Fr = PrimeField 3450873173395281893717377931138512760570940988862252126328087024741343 Source #

Field of coefficients of SECT233K1 curve.

type F2m = BinaryField 13803492693581127574869511724554050904902217944359662576256527028453377 Source #

Field of points of SECT233K1 curve.

data SECT233K1 Source #

SECT233K1 curve.

Instances
BPCurve SECT233K1 F2m Fr Source #

Projective SECT233K1 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT233K1

BACurve SECT233K1 F2m Fr Source #

Affine SECT233K1 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT233K1

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

SECT233K1 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT233K1

_a :: F2m Source #

Coefficient A of SECT233K1 curve.

_b :: F2m Source #

Coefficient B of SECT233K1 curve.

_h :: Integer Source #

Cofactor of SECT233K1 curve.

_p :: Integer Source #

Polynomial of SECT233K1 curve.

_r :: Integer Source #

Order of SECT233K1 curve.

_x :: F2m Source #

Coordinate X of SECT233K1 curve.

_y :: F2m Source #

Coordinate Y of SECT233K1 curve.

gA :: PA Source #

Generator of affine SECT233K1 curve.

gP :: PP Source #

Generator of projective SECT233K1 curve.