pub unsafe extern "C" fn EC_GROUP_get_mont_data(
group: *const ec_group_st,
) -> *mut bn_mont_ctx_st
Expand description
Returns the montgomery data for order(Generator) \param group EC_GROUP object \return the currently used montgomery data (possibly NULL).