BN_is_negative returns 1 if the BIGNUM is negative \param a pointer to the BIGNUM object \return 1 if a < 0 and 0 otherwise
See Implementation
BN_is_negative returns 1 if the BIGNUM is negative \param a pointer to the BIGNUM object \return 1 if a < 0 and 0 otherwise