Function EC_GROUP_get_order

Source
pub unsafe extern "C" fn EC_GROUP_get_order(
    group: *const ec_group_st,
    order: *mut bignum_st,
    ctx: *mut bignum_ctx,
) -> i32
Expand description

Gets the order of a EC_GROUP \param group EC_GROUP object \param order BIGNUM to which the order is copied \param ctx unused \return 1 on success and 0 if an error occurred