Hi.
I am using the oberon crypto backend module to use LESC in the application firmware. (I referred to the GLS example)
And I am trying to add a boot loader to use DFU. However, the boot loader cannot be added because the flash size is insufficient.
So, I want to use the crypto backend module used in DFU and the oberon crypto backend module, which is the backend module used in the application (I am using the micro ecc backend module now in DFU).
It is simply shown in the figure below.

Question 1. Can use the same crypto backend module in bootloader and application?
Question 2. If possible, which cryto backend module should be used for the firmware?