This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

encrypt with AES-256.

I want to encrypt with AES-256.

I want to use the following two functions.

mbedtls_aes_setkey_enc
mbedtls_aes_encrypt

I want to add a library containing ncs/v1.4.1/mbedtls/library/aes.c
The following two line were added to prj.conf.

CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_LIBRARY=y

Recreating with the Open nRF Connect SDK Project does not create a library.

Is there a CONFIG that is not enough?

Parents Reply Children
Related