I am new to nRF52832. I am working on BLE.
I want to know more about the security algorithms in the chip.
Is there any way of implementing our own security algorithms on the chip?
If yes, can anyone explain exactly how to do?
Thanks.
I am new to nRF52832. I am working on BLE.
I want to know more about the security algorithms in the chip.
Is there any way of implementing our own security algorithms on the chip?
If yes, can anyone explain exactly how to do?
Thanks.
Thanks for the reply. Just to ensure I am on the right track, nRF52832 does support ECDSA algorithm right? And any idea how to write custom algorithms and implement them? Where exactly should the new algorithm be put in the code? Do we have to create new Project and go ahead or is there any other way? I'm quite new to the Development board.