EC_GROUP_get_degree

Returns the number of bits needed to represent a field element

Synopsis

Declared in <openssl/ec.h>

int
EC_GROUP_get_degree(EC_GROUP const* group);

Return Value

number of bits needed to represent a field element

Parameters

NameDescription
groupEC_GROUP object