 |
PK_CURVE_fix_degens_r_t |
|
struct PK_CURVE_fix_degens_r_s
{
int n_curves;
PK_CURVE_fix_degens_cu_t *curves;
};
typedef struct PK_CURVE_fix_degens_r_s PK_CURVE_fix_degens_r_t;
A structure packaging the resultant fixed curves.
Used in:
PK_CURVE_fix_degens
PK_CURVE_fix_degens_r_f
The structure has the following fields:
'n_curves' The the number of resultant curves.
'curves' An array of length 'n_curves', each element holding
information on the resultant curve.
The function PK_CURVE_fix_degens_r_f may be used to free associated memory.