- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
In ipp 6.1.0.038 (64) the function ippsECCPComparePoint returns:
Points are equial
A Chrzeszczyk
In ipp 6.1.0.038 (64) the function ippsECCPComparePoint returns:
Points are equial
A Chrzeszczyk
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
what do you actually mean? According function description it is one of the valid function results..
ECCPComparePoint
Compares two points on the elliptic curve defined over GF(p).
Syntax
IppStatus ippsECCPComparePoint(const IppsECCPPoint* pP, const IppsECCPPoint* pQ, IppECResult* pResult, IppsECCPState* pECC);
Parameters
pP |
Pointer to the elliptic curve point P. |
pQ |
Pointer to the elliptic curve point Q. |
pResult |
Pointer to the comparison result of two points: P and Q. |
pECC |
Pointer to the context of the elliptic cryptosystem. |
Description
The function compares two points P and Q on the elliptic curve defined over a prime finite field GF(p) and allocates the comparison result in accordance with the pointer pResult.
The elliptic curve domain parameters must be hitherto defined by one of the functions: ippsECCPSet or ippsECCPSetStd.
The comparison result of two points P and Q can take one of the following values:
ippECPointIsEqual |
Points P and Q are equal. |
ippECPointIsNotEqual |
Points P and Q are different. |
Return Values
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 or pECC is not valid. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Vladimir Dudnik (Intel)
Hello,
what do you actually mean? According function description it is one of the valid function results..
Hello,
the mentioned funtion should return : Points are equal
and returns: Points are ***equial***
It is not essential but needs needs improvement.
A Chrzeszczyk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - achrzesz2
Hello,
the mentioned funtion should return : Points are equal
and returns: Points are ***equial***
It is not essential but needs needs improvement.
A Chrzeszczyk
I haven't mentioned that I'm using Linux 64bit version (6.1.0.038).
A Chrzeszczyk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see, thank a lot for catching this, we will correct message in the next nearest update.
Regards,
Vladimir
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page