Hi
I am working on nRF52832. How can I implement custom Lightweight Security Algorithms on the chip?
Thanks
Hi
I am working on nRF52832. How can I implement custom Lightweight Security Algorithms on the chip?
Thanks
Hi,
Please take a look at our nrf_crypto examples to see if you can find one that suits your requirements.
Thanks. I have looked at that. If I have some other algorithm, like ACE, how can I implement it on the board? I am doing it as part of my project and hence I do not want to use the algorithms present in "nrf_crypto examples".
I'm not sure what ACE is, but you will need to write your own implementation or try to find a third-party library if it's not included in the SDK.
Sai Kiran said:I am doing it as part of my project and hence I do not want to use the algorithms present in "nrf_crypto examples".
The examples are made to demonstrate how the crypto libraries can be integrated into a project.
OK. Thank You.