BN_is_negative

returns 1 if the BIGNUM is negative

extern (C) nothrow @nogc pragma(inline, true) pure nothrow @trusted @nogc @live
bool
BN_is_negative

Parameters

a libressl_d.openssl.ossl_typ.BIGNUM*

pointer to the BIGNUM object

Return Value

Type: bool

1 if a < 0 and 0 otherwise

Meta