Gets the order of an EC_GROUP

Synopsis

Declared in <openssl/ec.h>

BIGNUM const*
EC_GROUP_get0_order(EC_GROUP const* group);

Return Value

the group order

Parameters

Name

Description

group

EC_GROUP object

Created with MrDocs