<?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>Question: How to use EdDSA (Ed25519) in nRF Connect SDK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79172/question-how-to-use-eddsa-ed25519-in-nrf-connect-sdk</link><description>Hi there, 
 We were using the Cryptographic library provided in the nRF5 SDK, with Oberon backend, to implement EdDSA/Ed25519 signing on our nRF5832 devices. 
 
 We are now in the process of migrating our application to nRF Connect SDK, however I am having</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Sep 2021 12:03:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79172/question-how-to-use-eddsa-ed25519-in-nrf-connect-sdk" /><item><title>RE: Question: How to use EdDSA (Ed25519) in nRF Connect SDK?</title><link>https://devzone.nordicsemi.com/thread/328381?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 12:03:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:741694d9-474f-4b5c-9b32-b72814d52d7e</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Sean,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the late reply.&lt;/p&gt;
[quote user=""]I am having a lot of trouble figuring out how I can get access to similar&amp;nbsp;&lt;span&gt;nrf_crypto_eddsa_sign() APIs to perform EdDSA signing.&lt;/span&gt;[/quote]
&lt;p&gt;&amp;nbsp;You should be able to use the nrf_security API and then set &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_security/doc/backends.html#nrf-oberon-backend"&gt;nrf_oberon&lt;/a&gt; as a backend.&lt;/p&gt;
&lt;p&gt;To enable nrf_oberon crypto library set the CONFIG_OBERON_BACKEND Kconfig variable to true.&lt;/p&gt;
&lt;p&gt;See also the Ed2519 API: &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/crypto/doc/api.html#ed25519-apis"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/crypto/doc/api.html#ed25519-apis&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We provide some crypto test cases examples you can use as a starting point to setup your own test case: &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/master/tests/crypto"&gt;https://github.com/nrfconnect/sdk-nrf/tree/master/tests/crypto&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>