EC_GROUP_get_degree

Returns the number of bits needed to represent a field element

extern (C) nothrow @nogc
int
EC_GROUP_get_degree
(
const(.EC_GROUP)* group
)

Parameters

group const(.EC_GROUP)*

EC_GROUP object

Return Value

Type: int

number of bits needed to represent a field element

Meta