BN_is_negative

BN_is_negative returns 1 if the BIGNUM is negative

Synopsis

Declared in <openssl/bn.h>

int
BN_is_negative(BIGNUM const* b);

Return Value

1 if a < 0 and 0 otherwise

Parameters

NameDescription
bpointer to the BIGNUM object