Test whether bit n of a BIGNUM is set.
n
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_is_bit_set( BIGNUM const* a, int n);
1 if the bit is set, or 0 otherwise.