nodemcu-firmware/app/crypto
Johny Mattsson e49f2bb13f Remove conflicting libc, rename c_xx and os_xx to xx.
c_strtod and c_getenv are kept since strtod doesn't appear in the SDK's libc,
and we want our own c_getenv to initialize the Lua main anyway.
2016-05-26 18:50:20 +10:00
..
Makefile enable -std=gnu11 for crypto dir 2016-01-23 22:36:35 +01:00
digests.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
digests.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
mech.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
mech.h Added AES support to crypto module. 2016-01-19 15:19:11 +11:00
sdk-aes.h Added AES support to crypto module. 2016-01-19 15:19:11 +11:00
sha2.c Move crypto things to irom0.text segment. 2015-06-05 13:03:08 +10:00
sha2.h Crypto library with unified interface. 2015-06-02 18:15:18 +10:00