Finds the elliptic curve point which is an additive inverse for the given point over GF(2m).
IppStatus ippsECCBNegativePoint(const IppsECCBPoint* pP, IppsECCBPoint* pR, IppsECCBState* pECC);
pP |
Pointer to the elliptic curve point P. |
pR |
Pointer to the elliptic curve point R. |
pECC |
Pointer to the context of the elliptic cryptosystem. |
This function is declared in the ippcp.h file.
The function finds an elliptic curve point R over a binary finite field GF(2m) which is an additive inverse of the given point P, i.e., R = - P.
The elliptic curve domain parameters must be hitherto defined by one of the functions: ECCBSet or ECCBSetStd.
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 one of the contexts pointed by pP, pR, or pECC is not valid. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.