pub unsafe extern "C" fn EC_GROUP_copy(
dst: *mut ec_group_st,
src: *const ec_group_st,
) -> i32
Expand description
Copies EC_GROUP objects. Note: both EC_GROUPs must use the same EC_METHOD. \param dst destination EC_GROUP object \param src source EC_GROUP object \return 1 on success and 0 if an error occurred.