Visible to Intel only — GUID: GUID-DE18CEA3-F608-451A-A40E-2AC1FB080FEA
Visible to Intel only — GUID: GUID-DE18CEA3-F608-451A-A40E-2AC1FB080FEA
GFpxMethod
Returns a reference to the implementation of arithmetic operations over GF(pd).
Syntax
const IppsGFpMethod* ippsGFpxMethod_com(void);
const IppsGFpMethod* ippsGFpxMethod_binom2(void);
const IppsGFpMethod* ippsGFpxMethod_binom3(void);
const IppsGFpMethod* ippsGFpxMethod_binom(void);
Include Files
ippcp.h
Description
Each of these functions returns a pointer to a structure containing an implementation of arithmetic operations over GF(pd).
ippsGFpxMethod_com assumes an arbitrary value of the field polynomial g(x); each of the rest of the functions returns a pointer to the implementation of arithmetic operations over GF(pd) tailored for a particular value of g(x). See the table below for the correspondence between method functions and values of the field polynomial g(x).