Return a as a BN_ULONG when it fits in a single word.
a
Declared in <openssl/bn.h>
<openssl/bn.h>
unsigned long BN_get_word(BIGNUM const* a);
The low word value, or (BN_ULONG)-1 if a cannot be represented as one word.