pub unsafe extern "C" fn EC_GROUP_have_precompute_mult(
group: *const ec_group_st,
) -> i32
Expand description
Reports whether a precomputation has been done \param group EC_GROUP object \return 1 if a pre-computation has been done and 0 otherwise