I want to do encrypt and decrypt the data on the nRF52832. Please suggest me if have any libraries or guide.
I want to do encrypt and decrypt the data on the nRF52832. Please suggest me if have any libraries or guide.
Hi,
We don't have any RSA lib for the nRF52832, but you can try to include external MBEDTLS library as explained here.
regards
Jared
Hi,
Thanks for giving the response. There is no default RSA library for nRF52832.
As from your reply we can use RSA by using external MBEDTLS library right.
Pavan
Hi,
Thanks for giving the response. There is no default RSA library for nRF52832.
As from your reply we can use RSA by using external MBEDTLS library right.
Pavan
Yes that should be possible