aff_pt_t
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_shortw(aff_pt_montgomery_src_t in_montgomery, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw);
typedef const aff_pt_t aff_pt_src_t;
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve);
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_init_from_coords(aff_pt_t in,
void aff_pt_uninit(aff_pt_t in);
ATTRIBUTE_WARN_UNUSED_RET int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in);
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_import_from_buf(aff_pt_t pt,
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_to_shortw(aff_pt_edwards_src_t in_edwards, ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw, fp_src_t alpha_edwards);
ATTRIBUTE_WARN_UNUSED_RET int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in);
int ec_shortw_aff_copy(aff_pt_t out, aff_pt_src_t in)
int aff_pt_import_from_buf(aff_pt_t pt,
int aff_pt_init(aff_pt_t in, ec_shortw_crv_src_t curve)
int aff_pt_init_from_coords(aff_pt_t in,
void aff_pt_uninit(aff_pt_t in)
aff_pt_t out_shortw, fp_src_t alpha_edwards)
ec_shortw_crv_src_t shortw_crv, aff_pt_t out_shortw)
int prj_pt_to_aff(aff_pt_t out, prj_pt_src_t in)