Return the size of a in bits (index of the highest set bit plus one).
a
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_num_bits(BIGNUM const* a);
Number of significant bits in the absolute value of a.
a.