Do you mean the JS version, or the C?
There's already proper AES crypto in the Crypto library: http://www.espruino.com/Reference#crypto
Is that not compiled into ESP8266 now (which I guess is what you'd want it for)?
We could add it, but some devices are getting short on flash now and I wonder if it's a good idea if AES is available.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Do you mean the JS version, or the C?
There's already proper AES crypto in the Crypto library: http://www.espruino.com/Reference#crypto
Is that not compiled into ESP8266 now (which I guess is what you'd want it for)?
We could add it, but some devices are getting short on flash now and I wonder if it's a good idea if AES is available.