This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can bootloader support RSA 3072 for nrf5340?

Dear,

We are llooking for an example to use RSA 3072 for nrf5340 bootloader.

How can bootloader (samples/bootloader example) support RSA 3072 for nrf5340?

Regards,

Jae

Parents
  • Hi,

    The ARM Cryptocell CC312 in nRF5340 supports RSA up to key lengths of 3072, but the cc3xx backend in nrf_security is limited to a key size of 2048 (likely since CC310 in nRF9160/nRF52840 only supports key size of 2048).

    If you want to use RAS 3072 in nRF5340, you can use the Mbed backend, which has no limitation in key size. This backend does not use HW acceleration through the Cryptocell peripheral.

    Best regards,
    Jørgen 

Reply
  • Hi,

    The ARM Cryptocell CC312 in nRF5340 supports RSA up to key lengths of 3072, but the cc3xx backend in nrf_security is limited to a key size of 2048 (likely since CC310 in nRF9160/nRF52840 only supports key size of 2048).

    If you want to use RAS 3072 in nRF5340, you can use the Mbed backend, which has no limitation in key size. This backend does not use HW acceleration through the Cryptocell peripheral.

    Best regards,
    Jørgen 

Children
Related