nodemcu-firmware/app/crypto
Johny Mattsson e09e830d4b Fixed alignment assumptions in SHA2 update. (#2034)
Unaligned loads are a no-no on many architectures, the ESP8266 included.
2017-07-31 14:12:34 +02:00
..
Makefile Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
digests.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
digests.h Added crypto.new_hmac() feature. (#1499) 2016-09-16 17:46:39 +02:00
mech.c Added AES support to crypto module. 2016-01-19 15:19:11 +11: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 Fixed alignment assumptions in SHA2 update. (#2034) 2017-07-31 14:12:34 +02:00
sha2.h Crypto library with unified interface. 2015-06-02 18:15:18 +10:00