<?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>Secure AuthenticationのトピックRe: ED25519 signing through SSS</title>
    <link>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1646664#M1245</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211159"&gt;@bboozzoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, there is already an updated version for this AN, please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN12543" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN12543&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 01:42:57 GMT</pubDate>
    <dc:creator>Kan_Li</dc:creator>
    <dc:date>2023-05-09T01:42:57Z</dc:date>
    <item>
      <title>ED25519 signing through SSS</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1633910#M1230</link>
      <description>&lt;P&gt;I'm trying to use SE050C1 to sign data with ED25519 key generated on the chip. I'm using MW 04.03.00. Interstingly, initial attempts to call sss_asymmetric_sign_digest() did not work. Then I noticed that the python code calls sss_se05x_asymmetric_sign() instead of the sss_asymmetric_sign_digest(). The obvious issue is that will try send all of the input data to the chip. This triggers an error inside the sss library:&lt;/P&gt;&lt;P&gt;2023/04/14 12:36:14 sss: 1: Not enough buffer&lt;/P&gt;&lt;P&gt;It would generally be ok if I was able to submit the SHA512 of the input data myself and call sss_asymmetric_sign_digest(), but the implementation which is here &lt;A href="https://github.com/NXP/plug-and-trust/blob/cc00ff155507f38b241aa8c8f700b8f2da9682f2/sss/src/se05x/fsl_sss_se05x_apis.c#L4900" target="_blank"&gt;https://github.com/NXP/plug-and-trust/blob/cc00ff155507f38b241aa8c8f700b8f2da9682f2/sss/src/se05x/fsl_sss_se05x_apis.c#L4900&lt;/A&gt; does not have a case for CipherType_EC_TWISTED_ED, so the API is returning an error.&lt;/P&gt;&lt;P&gt;Any advice on how to proceed?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 12:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1633910#M1230</guid>
      <dc:creator>bboozzoo</dc:creator>
      <dc:date>2023-04-14T12:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: ED25519 signing through SSS</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1634351#M1231</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211159"&gt;@bboozzoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For&amp;nbsp;EdDSASign operation with&amp;nbsp;a Twisted Edwards curve in SE05x, only pure data input is required, and that is why&amp;nbsp;&lt;SPAN&gt;the python code calls sss_se05x_asymmetric_sign() instead of sss_asymmetric_sign_digest(), Please kindly refer the following for more details.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kan_Li_0-1681708767339.png" style="width: 648px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219392iCA8B8E237DED0E5E/image-dimensions/648x483?v=v2" width="648" height="483" role="button" title="Kan_Li_0-1681708767339.png" alt="Kan_Li_0-1681708767339.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 05:20:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1634351#M1231</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-04-17T05:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: ED25519 signing through SSS</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1646522#M1244</link>
      <description>&lt;P&gt;Just a followup question. I have AN12413, Rev. 2.12 — 24 March 2021, and the text in my copy is:&lt;/P&gt;&lt;P&gt;• TBD bytes for use in the default session, an AESKey or an ECKey session.&lt;BR /&gt;• TBD bytes for use in a UserID session.&lt;/P&gt;&lt;P&gt;am I using an old version of the document?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bboozzoo_0-1683564846933.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/222194i2CD60B90D4BE79DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bboozzoo_0-1683564846933.png" alt="bboozzoo_0-1683564846933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 16:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1646522#M1244</guid>
      <dc:creator>bboozzoo</dc:creator>
      <dc:date>2023-05-08T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: ED25519 signing through SSS</title>
      <link>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1646664#M1245</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211159"&gt;@bboozzoo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, there is already an updated version for this AN, please kindly refer to&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN12543" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN12543&lt;/A&gt;&amp;nbsp;for details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;Kan&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;BR /&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 01:42:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Secure-Authentication/ED25519-signing-through-SSS/m-p/1646664#M1245</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2023-05-09T01:42:57Z</dc:date>
    </item>
  </channel>
</rss>

