Hi, there~
Currently, I'm working on nRF52840 DK with BLE Secure DFU Bootloader.
I have done the dfu with nRF Connect APP successfully.
But I have a question about the nrf_crypto backend module.
The SDK document states that micro-ecc needs to be installed as the backend before test the BLE Secure DFU Bootloader.
But I found that the cc310 backend which seems to be used as crypto backend is included in the example.
I skipped the micro-ecc installation step and it had no problem to run the dfu.
I do not know much about the cryptography process.
My question is
1. Is micro-ecc needed for BLE Secure DFU Bootloader?
2. Any document I need to get through before all of this?
development environment:
OS: windows 10
IDE: SES
SDK: nRF5_SDK_15.3.0_59ac345
SD: s140_6.1.1
Board: nRF52840 DK
Thanks~~