bignum_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
struct bignum_st {}

Members

Variables

d
BN_ULONG* d;
Undocumented in source.
dmax
int dmax;
Undocumented in source.
flags
int flags;
Undocumented in source.
neg
int neg;
Undocumented in source.
top
int top;
Undocumented in source.

Meta