Visible to Intel only — GUID: GUID-805A21E6-C746-46E9-ABC4-D5082D97F0E5
Visible to Intel only — GUID: GUID-805A21E6-C746-46E9-ABC4-D5082D97F0E5
GFpConj
Computes the conjugate of the element of the finite field GF(p2).
IppStatus ippsGFpConj(const IppsGFpElement* pA, IppsGFpElement* pR, IppsGFpState* pGFp);
ippcp.h
pA |
Pointer to the context of the finite field element. |
pR |
Pointer to the context of the resulting element of the finite field. |
pGFp |
Pointer to the context of the finite field. |
This function computes the conjugate of an element of the finite field GF(p2). If the element of the GF(p2) field is the polynomial x + a, the conjugate element is equal to x – a, where a is an element of the ground field GF(p).
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if any of IppsGFpState and IppsGFpElement context parameters does not match the operation. |
ippStsOutOfRangeErr |
Indicates an error condition if the element pA does not belong to the finite field specified by the context pGFp. |
ippStsBadArgErr |
Indicates an error condition if the element pA does not belong to the GF(p2) field. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: