Hi,
I want to use nrf_crypto_aes_cbc_withpadding example in my own project using uECC backend, Please guide me which files are needed to be required to add in my own project
and what are the configurations in sdk_config.h. I have successfully compiled the uECC backend and included in my project.
I have included the required files but i am having the issue with micro #if NRF_MODULE_ENABLED(NRF_CRYPTO_AES_CBC) donot kow how to enable it.it causes errors like unknown type name "mbedtls_aes_context" error in my own project . Please guide me with complete steps.