Visible to Intel only — GUID: GUID-A2615790-50BD-48EF-A844-5DBA758F990D
Visible to Intel only — GUID: GUID-A2615790-50BD-48EF-A844-5DBA758F990D
GFpInv
Computes the multiplicative inverse of an element of the finite field.
IppStatus ippsGFpInv(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 multiplicative inverse of an element of the finite field. The following pseudocode represents this operation: R ⋅ A = 1. The finite field is specified by the context pGFp.
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 the 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. |
ippStsDivByZeroErr |
Indicates an error condition if pA is the zero element. |
ippStsBadArgErr |
Indicates an error condition if a computational error occurs. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: