Synopsis
PDX_MSGT gdb_PrintECComplexity(long option, MDA_PTR gdx_ec_ptr)
Purpose
Print complexity of an Edge Curve(EC).
Description
This functions prints out the results from gdb_MeasureECComplexity. The results provide the user with a general feeling of an EC complexity.
Input
option
GDB_DBG_LONG
Print out all portions of the EC complexity score which contribute to the EC complexity score.
GDB_DBG_COMPLEX_ONLY
Print out the brief or long results only for EC which are rated as complex.
GDB_LEAST_ACCURACY
Use the least accurate but fastest method to measure the curve complexity.
GDB_MID_ACCURACY
Use middle accuracy method to measure the curves complexity.
GDB_MOST_ACCURACY
Use most accurate but slowest method to measure the curves complexity.
gdx_ec_ptr
The GDX Edge curve to be analyzed.
Return
GDX_NOERR
Low level error return
.fi