Searched defs:bignum_st (Results 1 – 1 of 1) sorted by relevance
313 struct bignum_st { struct314 BN_ULONG *d; /* Pointer to an array of 'BN_BITS2' bit316 int top; /* Index of last used d +1. */318 int dmax; /* Size of the d array. */319 int neg; /* one if the number is negative */320 int flags;
Completed in 4 milliseconds