dsa_key

DSA key structure

version(LTC_MDSA)
extern (C) nothrow
struct dsa_key {}

Members

Variables

g
void* g;

The generator

p
void* p;

The large prime that generats the field the contains the sub-group

q
void* q;

The prime used to generate the sub-group

qord
int qord;

The order of the sub-group used in octets

type
int type;

The key type, PK_PRIVATE or PK_PUBLIC

x
void* x;

The private key

y
void* y;

The public key

Meta