bignum_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. struct bignum_st
  2. struct bignum_st
    extern (C) @system nothrow
    static if(!(OPENSSL_VERSION_AT_LEAST(1, 1, 0)))
    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