elliptic-curve-0.2.2: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Curve.Binary.SECT283R1

Synopsis

Documentation

type PP = BPPoint SECT283R1 F2m Fr Source #

Projective SECT283R1 point.

type PA = BAPoint SECT283R1 F2m Fr Source #

Affine SECT283R1 curve point.

type Fr = PrimeField 7770675568902916283677847627294075626569625924376904889109196526770044277787378692871 Source #

Field of coefficients of SECT283R1 curve.

type F2m = BinaryField 15541351137805832567355695254588151253139254712417116170014499277911234281641667989665 Source #

Field of points of SECT283R1 curve.

data SECT283R1 Source #

SECT283R1 curve.

Instances
BPCurve SECT283R1 F2m Fr Source #

Projective SECT283R1 curve is a binary projective curve.

Instance details

Defined in Curve.Binary.SECT283R1

BACurve SECT283R1 F2m Fr Source #

Affine SECT283R1 curve is a binary affine curve.

Instance details

Defined in Curve.Binary.SECT283R1

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

SECT283R1 curve is a binary curve.

Instance details

Defined in Curve.Binary.SECT283R1

_a :: F2m Source #

Coefficient A of SECT283R1 curve.

_b :: F2m Source #

Coefficient B of SECT283R1 curve.

_h :: Integer Source #

Cofactor of SECT283R1 curve.

_p :: Integer Source #

Polynomial of SECT283R1 curve.

_r :: Integer Source #

Order of SECT283R1 curve.

_x :: F2m Source #

Coordinate X of SECT283R1 curve.

_y :: F2m Source #

Coordinate Y of SECT283R1 curve.

gA :: PA Source #

Generator of affine SECT283R1 curve.

gP :: PP Source #

Generator of projective SECT283R1 curve.