elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT193R1

Synopsis

Documentation

type PP = BPPoint SECT193R1 F2m Fr Source #

Projective SECT193R1 point.

type PA = BAPoint SECT193R1 F2m Fr Source #

Affine SECT193R1 curve point.

type Fr = PrimeField 6277101735386680763835789423269548053691575186051040197193 Source #

Field of coefficients of SECT193R1 curve.

type F2m = BinaryField 12554203470773361527671578846415332832204710888928069058561 Source #

Field of points of SECT193R1 curve.

data SECT193R1 Source #

SECT193R1 curve.

Instances
BPCurve SECT193R1 F2m Fr Source #

Projective SECT193R1 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT193R1

BACurve SECT193R1 F2m Fr Source #

Affine SECT193R1 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT193R1

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

SECT193R1 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT193R1

_a :: F2m Source #

Coefficient A of SECT193R1 curve.

_b :: F2m Source #

Coefficient B of SECT193R1 curve.

_h :: Integer Source #

Cofactor of SECT193R1 curve.

_p :: Integer Source #

Polynomial of SECT193R1 curve.

_r :: Integer Source #

Order of SECT193R1 curve.

_x :: F2m Source #

Coordinate X of SECT193R1 curve.

_y :: F2m Source #

Coordinate Y of SECT193R1 curve.

gA :: PA Source #

Generator of affine SECT193R1 curve.

gP :: PP Source #

Generator of projective SECT193R1 curve.