Elliptic Curve Cryptography functions

The following functions enable Security Builder GSE's ECC functionality.

To enable ECC support, hu_RegisterSbg56ECC() must be called. This function registers the core ECC functions. Once this is done, you must register the curve(s) you wish to use by calling the appropriate curve registration function(s). The available curve registration functions are described in the hu_RegisterSbg56ECC_Curve_Optimization() function prototype.