elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Binary.SECT113R2

Contents

Synopsis

Documentation

SECT113R2 curve

type PP = BPPoint SECT113R2 F2m Fr Source #

Projective SECT113R2 point.

type PA = BAPoint SECT113R2 F2m Fr Source #

Affine SECT113R2 curve point.

type R = 5192296858534827702972497909952403 Source #

type Fr = Prime R Source #

Field of coefficients of SECT113R2 curve.

type P = 10384593717069655257060992658440705 Source #

type F2m = Binary P Source #

Field of points of SECT113R2 curve.

_a :: F2m Source #

Coefficient A of SECT113R2 curve.

_b :: F2m Source #

Coefficient B of SECT113R2 curve.

_h :: Natural Source #

Cofactor of SECT113R2 curve.

_p :: Natural Source #

Polynomial of SECT113R2 curve.

_r :: Natural Source #

Order of SECT113R2 curve.

_x :: F2m Source #

Coordinate X of SECT113R2 curve.

_y :: F2m Source #

Coordinate Y of SECT113R2 curve.

gA :: PA Source #

Generator of affine SECT113R2 curve.

gP :: PP Source #

Generator of projective SECT113R2 curve.