PK_CURVE_convert_parm_to_pk   

PK_ERROR_code_t PK_CURVE_convert_parm_to_pk
(
--- received arguments ---
PK_CURVE_t      curve,       --- curve
double          ki_t,        --- ki parameter on curve

--- returned arguments ---
double   *const pk_t         --- pk parameter on curve
)


This function converts ki parameters on the given curve, to pk parameters. For
certain curves these will be different, in which case parameters output by KI
functions will need to be converted before passing to PK functions, and vice
versa.


The function is provided for applications using curve parameters through
both the KI and PK interfaces. It will be withdrawn when the KI is no
longer supported.