S32146 implement RSA4096 Algorithm

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

S32146 implement RSA4096 Algorithm

44 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
1 Reply

25 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