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 @nogc
struct bignum_st {}

Members

Variables

d
.BN_ULONG* d;

Pointer to an array of 'BN_BITS2' bit chunks.

dmax
int dmax;

Size of the d array.

flags
int flags;
Undocumented in source.
neg
int neg;

one if the number is negative

top
int top;

Index of last used d +1.

Meta