<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic cryptography:ippsECCPComparePoint misprint in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895113#M11957</link>
    <description>Hi&lt;BR /&gt;In ipp 6.1.0.038 (64) the function ippsECCPComparePoint returns: &lt;BR /&gt;&lt;BR /&gt;Points are equial&lt;BR /&gt;&lt;BR /&gt;A Chrzeszczyk</description>
    <pubDate>Fri, 14 Aug 2009 08:07:54 GMT</pubDate>
    <dc:creator>achrzesz2</dc:creator>
    <dc:date>2009-08-14T08:07:54Z</dc:date>
    <item>
      <title>cryptography:ippsECCPComparePoint misprint</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895113#M11957</link>
      <description>Hi&lt;BR /&gt;In ipp 6.1.0.038 (64) the function ippsECCPComparePoint returns: &lt;BR /&gt;&lt;BR /&gt;Points are equial&lt;BR /&gt;&lt;BR /&gt;A Chrzeszczyk</description>
      <pubDate>Fri, 14 Aug 2009 08:07:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895113#M11957</guid>
      <dc:creator>achrzesz2</dc:creator>
      <dc:date>2009-08-14T08:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: cryptography:ippsECCPComparePoint misprint</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895114#M11958</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;what do you actually mean? According function description it is one of the valid function results..&lt;BR /&gt;&lt;BR /&gt;
&lt;H1 class="topictitle1"&gt;ECCPComparePoint
&lt;P&gt;&lt;/P&gt;
&lt;P class="shortdesc"&gt;&lt;/P&gt;
&lt;P&gt;Compares two points on the elliptic curve defined over GF(p).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="dlsyntaxpara"&gt;IppStatus ippsECCPComparePoint(const IppsECCPPoint* pP, const IppsECCPPoint* pQ, IppECResult* pResult, IppsECCPState* pECC);&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Parameters&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE class="DefListTbl" border="0" cellspacing="0" cellpadding="4" width="85%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;pP&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Pointer to the elliptic curve point &lt;EM&gt;P&lt;/EM&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;pQ&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Pointer to the elliptic curve point &lt;EM&gt;Q&lt;/EM&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;pResult&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Pointer to the comparison result of two points: &lt;EM&gt;P&lt;/EM&gt; and &lt;EM&gt;Q&lt;/EM&gt;.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;pECC&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Pointer to the context of the elliptic cryptosystem.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The function compares two points &lt;EM&gt;P&lt;/EM&gt; and &lt;EM&gt;Q&lt;/EM&gt; on the elliptic curve defined over a prime finite field GF(&lt;EM&gt;p&lt;/EM&gt;) and allocates the comparison result in accordance with the pointer pResult.&lt;/P&gt;
&lt;P&gt;The elliptic curve domain parameters must be hitherto defined by one of the functions: &lt;A href="mk:@MSITStore:C:Program%20FilesIntelParallel%20StudioComposerDocumentationen_USippippcpman.chm::/ippcp_ch5/functn_ECCPSet.html#functn_ECCPSet"&gt;ippsECCPSet&lt;/A&gt; or &lt;A href="mk:@MSITStore:C:Program%20FilesIntelParallel%20StudioComposerDocumentationen_USippippcpman.chm::/ippcp_ch5/functn_ECCPSetStd.html#functn_ECCPSetStd"&gt;ippsECCPSetStd&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;The comparison result of two points &lt;EM&gt;P&lt;/EM&gt; and &lt;EM&gt;Q&lt;/EM&gt; can take one of the following values:&lt;/P&gt;
&lt;TABLE class="DefListTbl" border="0" cellspacing="0" cellpadding="4" width="85%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;ippECPointIsEqual&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Points &lt;EM&gt;P&lt;/EM&gt; and &lt;EM&gt;Q&lt;/EM&gt; are equal.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;ippECPointIsNotEqual&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Points &lt;EM&gt;P&lt;/EM&gt; and &lt;EM&gt;Q&lt;/EM&gt; are different.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;STRONG&gt;Return Values&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE class="DefListTbl" border="0" cellspacing="0" cellpadding="4" width="85%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;ippStsNoErr&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Indicates no error. Any other value indicates an error or warning.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;ippStsNullPtrErr&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Indicates an error condition if any of the specified pointers is NULL.&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="noborder" width="30%" valign="top"&gt;
&lt;P&gt;ippStsContextMatchErr&lt;/P&gt;
&lt;/TD&gt;
&lt;TD class="noborder" valign="top"&gt;Indicates an error condition if one of the contexts pointed by pP or pECC is not valid.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/H1&gt;</description>
      <pubDate>Fri, 14 Aug 2009 09:43:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895114#M11958</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-08-14T09:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: cryptography:ippsECCPComparePoint misprint</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895115#M11959</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336498"&gt;Vladimir Dudnik (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;what do you actually mean? According function description it is one of the valid function results..&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;the mentioned funtion should return : Points are equal&lt;BR /&gt;and returns: Points are ***equial***&lt;BR /&gt;&lt;BR /&gt;It is not essential but needs needs improvement.&lt;BR /&gt;&lt;BR /&gt;A Chrzeszczyk</description>
      <pubDate>Fri, 14 Aug 2009 09:52:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895115#M11959</guid>
      <dc:creator>achrzesz2</dc:creator>
      <dc:date>2009-08-14T09:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: cryptography:ippsECCPComparePoint misprint</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895116#M11960</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/434368"&gt;achrzesz2&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Hello,&lt;BR /&gt;the mentioned funtion should return : Points are equal&lt;BR /&gt;and returns: Points are ***equial***&lt;BR /&gt;&lt;BR /&gt;It is not essential but needs needs improvement.&lt;BR /&gt;&lt;BR /&gt;A Chrzeszczyk&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Hello,&lt;BR /&gt;I haven't mentioned that I'm using Linux 64bit version (6.1.0.038).&lt;BR /&gt;A Chrzeszczyk&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 10:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895116#M11960</guid>
      <dc:creator>achrzesz2</dc:creator>
      <dc:date>2009-08-14T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: cryptography:ippsECCPComparePoint misprint</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895117#M11961</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
I see, thank a lot for catching this, we will correct message in the next nearest update.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Aug 2009 15:05:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cryptography-ippsECCPComparePoint-misprint/m-p/895117#M11961</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2009-08-14T15:05:59Z</dc:date>
    </item>
  </channel>
</rss>

