S32146 implement RSA4096 Algorithm

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32146 implement RSA4096 Algorithm

109 Views
alexsun
Contributor I

I want to use S32146 to implement RSA4096 algorithm, if NXP provide some software lib can be use? 

Tags (1)
0 Kudos
3 Replies

90 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @alexsun 

CSEc on S32K146 follows only SHE specification, so this function is not supported by hardware. For software emulation, you can use a library like wolfssl:
https://www.wolfssl.com/
Notice that this packages is included in SDK for S32K1xx. Latest version of SDK is 4.0.3. It can be installed to S32 Design Studio IDE 3.4 using menu Help -> S32DS Extensions and Updates.

Regards,
Lukas

0 Kudos

37 Views
alexsun
Contributor I

Hi @lukaszadrapa 

 

Thank you of your reply, where can I get some example project that how to use wolfSSL library in S32K146EVB?

0 Kudos

35 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Now I can see that it's somehow used only in lwip example on S32K148. That's the only device from S32K1 family which has ethernet module.

So, there's no example for S32K146.

If you have any questions about wolfssl, please follow:

https://www.wolfssl.com/products/support-and-maintenance/

Regards,

Lukas

0 Kudos