 |
PK_CURVE_find_vectors_t |
|
typedef int PK_CURVE_find_vectors_t;
Used in:
PK_CURVE_find_vectors_r_t
This enum is used for providing information about whether the sought
vector was found or not.
PK_CURVE_find_vectors_ok_c Successfully found vector on curve.
PK_CURVE_find_vectors_err_c Failed to find vector on curve.
PK_CURVE_find_vectors_degen_c Degenerate solution, no distinct
vector on curve could be found.
PK_CURVE_find_vectors_bounds_c Failed to find vector because the
associated measurement is out of
bounds.
PK_CURVE_find_vectors_tol_c The error bound on this solution
exceeds the requested tolerance,
but is less than ten times
that tolerance.
PK_CURVE_find_vectors_tol_err_c Failed to find a solution within an
error bound of less than ten times
the requested tolerance.