elliptic-curve-0.3.0: Elliptic curve library

Safe HaskellNone
LanguageHaskell2010

Data.Curve.Binary.SECT163K1

Contents

Synopsis

Documentation

SECT163K1 curve

type PP = BPPoint SECT163K1 F2m Fr Source #

Projective SECT163K1 point.

type PA = BAPoint SECT163K1 F2m Fr Source #

Affine SECT163K1 curve point.

type R = 5846006549323611672814741753598448348329118574063 Source #

type Fr = Prime R Source #

Field of coefficients of SECT163K1 curve.

type P = 11692013098647223345629478661730264157247460344009 Source #

type F2m = Binary P Source #

Field of points of SECT163K1 curve.

_a :: F2m Source #

Coefficient A of SECT163K1 curve.

_b :: F2m Source #

Coefficient B of SECT163K1 curve.

_h :: Natural Source #

Cofactor of SECT163K1 curve.

_p :: Natural Source #

Polynomial of SECT163K1 curve.

_r :: Natural Source #

Order of SECT163K1 curve.

_x :: F2m Source #

Coordinate X of SECT163K1 curve.

_y :: F2m Source #

Coordinate Y of SECT163K1 curve.

gA :: PA Source #

Generator of affine SECT163K1 curve.

gP :: PP Source #

Generator of projective SECT163K1 curve.