Visible to Intel only — GUID: GUID-B99851E1-C8E5-4C3B-B653-8F5D51A5974B
Visible to Intel only — GUID: GUID-B99851E1-C8E5-4C3B-B653-8F5D51A5974B
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).