Function EC_GROUP_get_degree

Source
pub unsafe extern "C" fn EC_GROUP_get_degree(
    group: *const ec_group_st,
) -> i32
Expand description

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