Topic: Standalone AES library for embedded device
Hi,
I need a small footprint AES crypto library for using with my tiny cortex m0 mcu from nxp (lpc11u68).
Wolfcrypt seems amazing but the whole project mixed me up because of various header & source files.
I try to copy AES library files to my project but seems there unbreakable dependency chain in sources( or at least I think there is ; )
Any way ,how can I use only AES crypto engine in my own application without using whole wolfcrypt library?(With respect to the wolfcrypt open source licence )
---
As another question does AES crypto engine written in C or assembly language ?
WBR.