elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT163R2

Synopsis

Documentation

type PP = BPPoint SECT163R2 F2m Fr Source #

Projective SECT163R2 point.

type PA = BAPoint SECT163R2 F2m Fr Source #

Affine SECT163R2 curve point.

type Fr = PrimeField 5846006549323611672814742442876390689256843201587 Source #

Field of coefficients of SECT163R2 curve.

type F2m = BinaryField 11692013098647223345629478661730264157247460344009 Source #

Field of points of SECT163R2 curve.

data SECT163R2 Source #

SECT163R2 curve.

Instances
BPCurve SECT163R2 F2m Fr Source #

Projective SECT163R2 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT163R2

BACurve SECT163R2 F2m Fr Source #

Affine SECT163R2 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT163R2

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

SECT163R2 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT163R2

_a :: F2m Source #

Coefficient A of SECT163R2 curve.

_b :: F2m Source #

Coefficient B of SECT163R2 curve.

_h :: Integer Source #

Cofactor of SECT163R2 curve.

_p :: Integer Source #

Polynomial of SECT163R2 curve.

_r :: Integer Source #

Order of SECT163R2 curve.

_x :: F2m Source #

Coordinate X of SECT163R2 curve.

_y :: F2m Source #

Coordinate Y of SECT163R2 curve.

gA :: PA Source #

Generator of affine SECT163R2 curve.

gP :: PP Source #

Generator of projective SECT163R2 curve.