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
BN_set_negative sets sign of a BIGNUM \param b pointer to the BIGNUM object \param n 0 if the BIGNUM b should be positive and a value != 0 otherwise