<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Decoding message using nRF microcontrollers hardware.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56575/decoding-message-using-nrf-microcontrollers-hardware</link><description>Currently I am developing application which run on nRF52832. In this application I have to decode and encode messages using RSA 2048-bit keys pair. Currently I am using ARM MBED library and software solution. Unfortunately it takes at least 8 s to decode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Jan 2020 19:01:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56575/decoding-message-using-nrf-microcontrollers-hardware" /><item><title>RE: Decoding message using nRF microcontrollers hardware.</title><link>https://devzone.nordicsemi.com/thread/229289?ContentTypeID=1</link><pubDate>Wed, 15 Jan 2020 19:01:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f40b3da-71a9-4a2d-9f07-ec7c22bcc1fe</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The CC310 on the nRF52840 and nRF9160 does support RSA up to 2048 bit, so I expect you will get a decent improvement in performance. You can look at &amp;lt;nRF5 SDK&amp;gt;\examples\crypto\nrf_cc310\rsa\main.c for RSA examples. I do not have any performance numbers at hand but you can take the example and adapt it to your test (same operation, same key size, the same size of data set) so that it can be compared directly with your other numbers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>