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 exist
Hello,
I want to add openssl 1.0.2u source code to support AES, DES algorithms in my
existing project to build the executable (using Cross Arm GCC C/C++ compiler in
Eclipse IDE)
for my target environment (32-bit Arm Cortex m3 controller).
What are the relevant files/folder of the source code sh