elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Binary.SECT283K1

Contents

Synopsis

Documentation

SECT283K1 curve

type PP = BPPoint SECT283K1 F2m Fr Source #

Projective SECT283K1 point.

type PA = BAPoint SECT283K1 F2m Fr Source #

Affine SECT283K1 curve point.

type R = 3885337784451458141838923813647037813284811733793061324295874997529815829704422603873 Source #

type Fr = Prime R Source #

Field of coefficients of SECT283K1 curve.

type P = 15541351137805832567355695254588151253139254712417116170014499277911234281641667989665 Source #

type F2m = Binary P Source #

Field of points of SECT283K1 curve.

_a :: F2m Source #

Coefficient A of SECT283K1 curve.

_b :: F2m Source #

Coefficient B of SECT283K1 curve.

_h :: Natural Source #

Cofactor of SECT283K1 curve.

_p :: Natural Source #

Polynomial of SECT283K1 curve.

_r :: Natural Source #

Order of SECT283K1 curve.

_x :: F2m Source #

Coordinate X of SECT283K1 curve.

_y :: F2m Source #

Coordinate Y of SECT283K1 curve.

gA :: PA Source #

Generator of affine SECT283K1 curve.

gP :: PP Source #

Generator of projective SECT283K1 curve.