Hello Developers, I am working on an embedded project. My target is Arm Cortex m3 microcontroller (32-bit).
I need cryptography(encryption/decryption) support for my application. Thus, I want to add part of openssl 1.1.1f source code to support
AES algorithms (modes cbc-mac, ctr128) in my existing project to build the executable.
What are the relevant files of the source code shall I use ?
Thanks. Appreciate your help.
|