pub unsafe extern "C" fn EC_GROUP_order_bits(
group: *const ec_group_st,
) -> i32
Expand description
Gets the number of bits of the order of an EC_GROUP \param group EC_GROUP object \return number of bits of group order.
pub unsafe extern "C" fn EC_GROUP_order_bits(
group: *const ec_group_st,
) -> i32
Gets the number of bits of the order of an EC_GROUP \param group EC_GROUP object \return number of bits of group order.