ltc_ecc_set_type

Structure defines a NIST GF(p) curve

version(LTC_MECC)
extern (C) nothrow
struct ltc_ecc_set_type {}

Members

Variables

B
char* B;

The fields B param (hex)

Gx
char* Gx;

The x co-ordinate of the base point on the curve (hex)

Gy
char* Gy;

The y co-ordinate of the base point on the curve (hex)

name
char* name;

name of curve

order
char* order;

The order of the curve (hex)

prime
char* prime;

The prime that defines the field the curve is in (encoded in hex)

size
int size;

The size of the curve in octets

Meta