Adding encryption library to application using nRF Connect for VS Code

I am current developing an application for the nRF52840 using nRF Connect for VS Code and nRF Connect SDK version 2.3.0.  I need to be able to decrypt messages that were encrypted using AES-EAX.  Looking around I notice that there is an nrf_oberon encryption library that supports AES-EAX.  I am fairly new to the development environment and would like to know how I would go about including that library in my application using Kconfig and Cmake.

Thank you,

Tim Chadwick

Parents Reply Children
Related