Visible to Intel only — GUID: GUID-7F21B2FB-49D6-4880-95D0-850D2A70CABB
Visible to Intel only — GUID: GUID-7F21B2FB-49D6-4880-95D0-850D2A70CABB
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).