EC_GROUP_get_degree

Returns the number of bits needed to represent a field element \param group EC_GROUP object \return number of bits needed to represent a field element

extern (C) nothrow
int
EC_GROUP_get_degree
(
const(EC_GROUP)* group
)

Meta