aff_pt_edwards_t
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_montgomery_to_edwards(aff_pt_montgomery_src_t in_montgomery, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, fp_src_t alpha);
typedef const aff_pt_edwards_t aff_pt_edwards_src_t;
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve);
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in,
void aff_pt_edwards_uninit(aff_pt_edwards_t in);
ATTRIBUTE_WARN_UNUSED_RET int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in);
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt,
ATTRIBUTE_WARN_UNUSED_RET int aff_pt_shortw_to_edwards(aff_pt_src_t in_shortw, ec_edwards_crv_src_t edwards_crv, aff_pt_edwards_t out_edwards, fp_src_t alpha_edwards);
aff_pt_edwards_t out_edwards,
int ec_edwards_aff_copy(aff_pt_edwards_t out, aff_pt_edwards_src_t in)
int aff_pt_edwards_import_from_buf(aff_pt_edwards_t pt,
int aff_pt_edwards_init(aff_pt_edwards_t in, ec_edwards_crv_src_t curve)
aff_pt_edwards_t out_edwards,
int aff_pt_edwards_init_from_coords(aff_pt_edwards_t in,
aff_pt_edwards_t out_edwards,
void aff_pt_edwards_uninit(aff_pt_edwards_t in)
aff_pt_edwards_t out_edwards,
ATTRIBUTE_WARN_UNUSED_RET static int eddsa_decode_point(aff_pt_edwards_t out, ec_edwards_crv_src_t edwards_curve,