<?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>LPC Microcontrollers中的主题 Re: Casper ECDSA Implementation w/o mbedTLS</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1821714#M55568</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the response.&amp;nbsp; I am looking for an ECDSA example that doesn't use the mbedTLS library.&amp;nbsp; I understand that not all the math functions are hardware accelerated, but it would be very helpful to have example code for implementing ECDSA sign/verify without the overhead of the mbedTLS library.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 16:05:01 GMT</pubDate>
    <dc:creator>jpm57</dc:creator>
    <dc:date>2024-03-05T16:05:01Z</dc:date>
    <item>
      <title>Casper ECDSA Implementation w/o mbedTLS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1819833#M55539</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to perform P-256 ECDSA sign/verify operations the LPC55S28 using the CASPER accelerator, but I have only found examples using the mbedTLS library.&amp;nbsp; I don't need most of the mbedTLS functions, and I can't include all of its dependencies for this project.&amp;nbsp; I have been able to perform ECDH operations using the CASPER driver, but some of the math functions required for ECDSA are not included in the CASPER examples.&lt;/P&gt;&lt;P&gt;Can anyone provide an example of using the CASPER driver to perform ECDSA sign/verify operations (without mbedTLS)?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 21:59:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1819833#M55539</guid>
      <dc:creator>jpm57</dc:creator>
      <dc:date>2024-03-01T21:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Casper ECDSA Implementation w/o mbedTLS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1820255#M55544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that the casper example in SDK package only demos the basic ECC calculation:&lt;/P&gt;
&lt;P&gt;(Xresult,Yresult)=scaler*(X,Y);&lt;/P&gt;
&lt;P&gt;The example dose not provide the ECC signature and verification example.&lt;/P&gt;
&lt;P&gt;You have to refer to mbedtls example, which marks "&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 2px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Consolas'; font-size: 10pt; white-space: pre;"&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;&lt;SPAN&gt;CASPER HW accelerated&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;it means that the casper is involved to compute.&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;Hope it can help you&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;BR&lt;/P&gt;
&lt;P style="background-color: #e8f2fe; margin: 0;"&gt;XiangJun Rong&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 04 Mar 2024 07:28:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1820255#M55544</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-03-04T07:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Casper ECDSA Implementation w/o mbedTLS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1821714#M55568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the response.&amp;nbsp; I am looking for an ECDSA example that doesn't use the mbedTLS library.&amp;nbsp; I understand that not all the math functions are hardware accelerated, but it would be very helpful to have example code for implementing ECDSA sign/verify without the overhead of the mbedTLS library.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 16:05:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1821714#M55568</guid>
      <dc:creator>jpm57</dc:creator>
      <dc:date>2024-03-05T16:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Casper ECDSA Implementation w/o mbedTLS</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1822035#M55572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have asked AE engineer form the ECDSA implementation on LPC55xx, calling the api function in the mbedTLS library is the only way.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 03:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Casper-ECDSA-Implementation-w-o-mbedTLS/m-p/1822035#M55572</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-03-06T03:33:13Z</dc:date>
    </item>
  </channel>
</rss>

