<?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 Quote:Changzheng W. (Intel) in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110508#M1282</link>
    <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Changzheng W. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG class="quote-header"&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE class="quote-msg quote-nest-1 odd"&gt;
	&lt;DIV class="quote-author"&gt;&lt;EM class="placeholder"&gt;Surenthar Selvaraj. (Intel)&lt;/EM&gt; wrote:&lt;/DIV&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;The SGX SDK exposes the interface to the 8.x release of IPP. If they include ipp/ippcp.h in a source file in their enclave they will gain access to some RSA functions. In particular:&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;ippsRSAEncrypt&lt;/P&gt;

	&lt;P&gt;ippsRSADecrypt&lt;/P&gt;

	&lt;P&gt;ippsRSAGenerate&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Hi Surenthar&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;BTW, could you provide me more details information about how to integrate SGX SDK and intel IPP ?&lt;/P&gt;

&lt;P&gt;Do you mean I install Intel IPP sdk and include it in Enclave like using the sgx_tcrypto library?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;An IPP Crypto library variant, optimized for SGX enclave use, is linked into the tcrypto library. There is no need to link in the standard IPP crypto product library into an enclave.&amp;nbsp; The application enclave can link in the tcrypto library, and the enclave code and include the IPP header file for function definitions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;-Surenthar&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2016 04:07:26 GMT</pubDate>
    <dc:creator>Surenthar_S_Intel</dc:creator>
    <dc:date>2016-11-15T04:07:26Z</dc:date>
    <item>
      <title>about sgx Cryptography Library (sgx_tcrypto)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110500#M1274</link>
      <description>&lt;P&gt;It seems that sgx_tcypto don't support RSA encryption/decryption, is that right?&lt;/P&gt;

&lt;P&gt;I didn't see them in the spec.&lt;/P&gt;

&lt;P&gt;Is there any plan to support RSA in the trust library of Linux SDK ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 08:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110500#M1274</guid>
      <dc:creator>Changzheng_W_Intel</dc:creator>
      <dc:date>2016-10-12T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110501#M1275</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Using of elliptic curves allows shorter public key length and encourages cryptographers to create cryptosystems with the same or higher encryption strength as the &lt;STRONG&gt;RSA or DSA cryptosystems&lt;/STRONG&gt;. Because of the relatively short key length, ECCs do encryption and decryption faster on the hardware that requires less computation processing volumes.&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 09:47:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110501#M1275</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-10-12T09:47:49Z</dc:date>
    </item>
    <item>
      <title>The SGX SDK exposes the</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110502#M1276</link>
      <description>&lt;P style="margin-bottom: 0px; border: 0px; font-size: 14px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);"&gt;The SGX SDK exposes the interface to the 8.x release of IPP. If they include ipp/ippcp.h in a source file in their enclave they will gain access to some RSA functions. In particular:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; border: 0px; font-size: 14px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0); min-height: 8pt;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; border: 0px; font-size: 14px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);"&gt;ippsRSAEncrypt&lt;/P&gt;

&lt;P style="margin-bottom: 0px; border: 0px; font-size: 14px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);"&gt;ippsRSADecrypt&lt;/P&gt;

&lt;P style="margin-bottom: 0px; border: 0px; font-size: 14px; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; vertical-align: baseline; color: rgb(0, 0, 0);"&gt;ippsRSAGenerate&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 04:45:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110502#M1276</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-10-19T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Quote:Surenthar Selvaraj.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110503#M1277</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Surenthar Selvaraj. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The SGX SDK exposes the interface to the 8.x release of IPP. If they include ipp/ippcp.h in a source file in their enclave they will gain access to some RSA functions. In particular:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;ippsRSAEncrypt&lt;/P&gt;

&lt;P&gt;ippsRSADecrypt&lt;/P&gt;

&lt;P&gt;ippsRSAGenerate&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi Surenthar&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;BTW, could you provide me more details information about how to integrate SGX SDK and intel IPP ?&lt;/P&gt;

&lt;P&gt;Do you mean I install Intel IPP sdk and include it in Enclave like using the sgx_tcrypto library?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 14:54:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110503#M1277</guid>
      <dc:creator>Changzheng_W_Intel</dc:creator>
      <dc:date>2016-11-02T14:54:20Z</dc:date>
    </item>
    <item>
      <title>After you install the SGX SDK</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110504#M1278</link>
      <description>&lt;P&gt;After you install the SGX SDK the IPP Crypto header files should be in&amp;nbsp;$(SGXSDKInstallPath)include\ipp&lt;/P&gt;

&lt;P&gt;All you have to do is include ippcore.h and ippcp.h in you enclave and make the regular calls to the IPP crypto API. The calls will be resolved by sgx_tcrypto.lib.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2016 18:43:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110504#M1278</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2016-11-09T18:43:31Z</dc:date>
    </item>
    <item>
      <title>Hi Juan</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110505#M1279</link>
      <description>&lt;P&gt;Hi Juan&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;I have check my install dir of sgxsdk, but can't find ipp sub-dir or ipp related header files in the include dir.&lt;/P&gt;

&lt;P&gt;Do I need to install IPP first? And how can I integrate IPP into SGXSDK?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 01:52:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110505#M1279</guid>
      <dc:creator>Changzheng_W_Intel</dc:creator>
      <dc:date>2016-11-10T01:52:57Z</dc:date>
    </item>
    <item>
      <title>The IPP crypto headers are</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110506#M1280</link>
      <description>&lt;P&gt;The IPP crypto headers are integrated in the Windows SDK but I just realized that you're working with Linux.&lt;/P&gt;

&lt;P&gt;In this case my suggestion is that you install the IPP crypto for Linux first. Then, you can include the standard IPP crypto header files in your enclave and link with sgx_tcrypto.&lt;/P&gt;

&lt;P&gt;Remember not link with the standard IPP crypto library. This won't work because the standard IPP crypto uses the CPUID instruction to initialize the dispatcher.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 13:51:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110506#M1280</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2016-11-10T13:51:21Z</dc:date>
    </item>
    <item>
      <title>Hello</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110507#M1281</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;Does the sgx_aes_ctr functionality provided in sgx_tcrypto use AES-NI instructions? If not, then is it possible to use AES-NI instruction inside enclave?&lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2016 21:13:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110507#M1281</guid>
      <dc:creator>shivani_g_</dc:creator>
      <dc:date>2016-11-14T21:13:48Z</dc:date>
    </item>
    <item>
      <title>Quote:Changzheng W. (Intel)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110508#M1282</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Changzheng W. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG class="quote-header"&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE class="quote-msg quote-nest-1 odd"&gt;
	&lt;DIV class="quote-author"&gt;&lt;EM class="placeholder"&gt;Surenthar Selvaraj. (Intel)&lt;/EM&gt; wrote:&lt;/DIV&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;The SGX SDK exposes the interface to the 8.x release of IPP. If they include ipp/ippcp.h in a source file in their enclave they will gain access to some RSA functions. In particular:&lt;/P&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;ippsRSAEncrypt&lt;/P&gt;

	&lt;P&gt;ippsRSADecrypt&lt;/P&gt;

	&lt;P&gt;ippsRSAGenerate&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Hi Surenthar&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;BTW, could you provide me more details information about how to integrate SGX SDK and intel IPP ?&lt;/P&gt;

&lt;P&gt;Do you mean I install Intel IPP sdk and include it in Enclave like using the sgx_tcrypto library?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;An IPP Crypto library variant, optimized for SGX enclave use, is linked into the tcrypto library. There is no need to link in the standard IPP crypto product library into an enclave.&amp;nbsp; The application enclave can link in the tcrypto library, and the enclave code and include the IPP header file for function definitions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Lucida Grande&amp;quot;, sans-serif; font-size: 14px;"&gt;-Surenthar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 04:07:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110508#M1282</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-11-15T04:07:26Z</dc:date>
    </item>
    <item>
      <title>Quote:Surenthar Selvaraj.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110509#M1283</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Surenthar Selvaraj. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG class="quote-header"&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE class="quote-msg quote-nest-1 odd"&gt;
	&lt;DIV class="quote-author"&gt;&lt;EM class="placeholder"&gt;Changzheng W. (Intel)&lt;/EM&gt; wrote:&lt;/DIV&gt;

	&lt;P&gt;&amp;nbsp;&lt;/P&gt;

	&lt;P&gt;&lt;STRONG&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;

	&lt;BLOCKQUOTE&gt;
		&lt;P&gt;&lt;EM&gt;Surenthar Selvaraj. (Intel)&lt;/EM&gt; wrote:&lt;/P&gt;

		&lt;P&gt;&amp;nbsp;&lt;/P&gt;

		&lt;P&gt;The SGX SDK exposes the interface to the 8.x release of IPP. If they include ipp/ippcp.h in a source file in their enclave they will gain access to some RSA functions. In particular:&lt;/P&gt;

		&lt;P&gt;&amp;nbsp;&lt;/P&gt;

		&lt;P&gt;ippsRSAEncrypt&lt;/P&gt;

		&lt;P&gt;ippsRSADecrypt&lt;/P&gt;

		&lt;P&gt;ippsRSAGenerate&lt;/P&gt;
	&lt;/BLOCKQUOTE&gt;

	&lt;P&gt;Hi Surenthar&lt;/P&gt;

	&lt;P&gt;Thanks.&lt;/P&gt;

	&lt;P&gt;BTW, could you provide me more details information about how to integrate SGX SDK and intel IPP ?&lt;/P&gt;

	&lt;P&gt;Do you mean I install Intel IPP sdk and include it in Enclave like using the sgx_tcrypto library?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;An IPP Crypto library variant, optimized for SGX enclave use, is linked into the tcrypto library. There is no need to link in the standard IPP crypto product library into an enclave.&amp;nbsp; The application enclave can link in the tcrypto library, and the enclave code and include the IPP header file for function definitions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;Hi Surenthar&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;How could I use the IPP crypto library variant you mentioned? I can't find the header files in SGX SDK 1.6 (&lt;/SPAN&gt;&lt;SPAN style="font-weight: 700; font-size: 13.008px;"&gt;linux version&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 04:12:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110509#M1283</guid>
      <dc:creator>Changzheng_W_Intel</dc:creator>
      <dc:date>2016-11-15T04:12:49Z</dc:date>
    </item>
    <item>
      <title>You install the IPP crypto</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110510#M1284</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;You install the IPP crypto for Linux first. Then, you can include the standard IPP crypto header files in your enclave and link with sgx_tcrypto.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Remember not link with the standard IPP crypto library. This won't work because the standard IPP crypto uses the CPUID instruction to initialize the dispatcher.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 04:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110510#M1284</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-11-15T04:23:49Z</dc:date>
    </item>
    <item>
      <title>AES-GCM algorithms will use</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110511#M1285</link>
      <description>&lt;P&gt;AES-GCM algorithms will use the AES-NI instructions if the corresponding feature bit is enabled, which is typically the case.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2016 17:28:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110511#M1285</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2016-11-15T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Quote:Surenthar Selvaraj.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110512#M1286</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Surenthar Selvaraj. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;You install the IPP crypto for Linux first. Then, you can include the standard IPP crypto header files in your enclave and link with sgx_tcrypto.&lt;/P&gt;

&lt;P&gt;Remember not link with the standard IPP crypto library. This won't work because the standard IPP crypto uses the CPUID instruction to initialize the dispatcher.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;By doing this, does other IPP crypto library functionalities (like big number arithmetic) become available as well? Or will it be just a select number of functionalities?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 09:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110512#M1286</guid>
      <dc:creator>Diga_W_</dc:creator>
      <dc:date>2016-12-01T09:16:00Z</dc:date>
    </item>
    <item>
      <title>Yes, big number arithmetic</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110513#M1287</link>
      <description>&lt;P&gt;Yes, big number arithmetic and functionality will become available when you link your enclave with sgx_tcrypto.&lt;BR /&gt;
	All IPP crypto API should be supported, with a few exceptions (MD5, SHA224, SHA384, SHA512-224, SM3, and EC-SM2) due to size concerns.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 15:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/about-sgx-Cryptography-Library-sgx-tcrypto/m-p/1110513#M1287</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2016-12-01T15:17:35Z</dc:date>
    </item>
  </channel>
</rss>

