Test whether the absolute value of a equals word w.
a
w.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_abs_is_word( BIGNUM const* a, unsigned long const w);
1 if |a| equals w, or 0 otherwise.
a|
w,