Compare absolute values of two BIGNUMs (ignores signs).
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_ucmp( BIGNUM const* a, BIGNUM const* b);
Negative, zero, or positive as |a| is less than, equal to, or greater than |b|.
a|
b|.