Computes roots of a given polynomial.
IppStatus ippsPolyGFRoots_8u(const IppsPoly_GF8u* pPoly, Ipp8u* pRoot, int* pRootNum);
pPoly |
Pointer to the polynomial. |
pRoots |
Array of polynomial roots found. |
pRootNum |
Pointer to the number of roots found. |
This function is declared in the ippdi.h file. The function computes roots of the given polynomial among elements of GF(2m) associated with the polynomial.
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 the specified context pPoly is not valid. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.