EC_GROUP_get_order

Gets the order of a EC_GROUP

extern (C) nothrow @nogc
int
EC_GROUP_get_order

Parameters

group const(.EC_GROUP)*

EC_GROUP object

order libressl_d.openssl.ossl_typ.BIGNUM*

BIGNUM to which the order is copied

ctx libressl_d.openssl.ossl_typ.BN_CTX*

BN_CTX object (optional)

Return Value

Type: int

1 on success and 0 if an error occured

Meta