nodemcu-firmware/app/crypto
Philip Gladstone feab8b2208 Various minor bits of cleanup (#1647)
* Check the return code of the read function when doing crypto.fhash so that we don't pass negative lengths to the hashing functions
*  Fix various assert failures in the LVM arising from rotables. No functional change
* Add the gpio interrupt time to the callback (and pass it from the interrupt handler)
* Get the PC right in the perf module
* Make the headers static in the websocket module
* Fix the documentation
2016-12-25 10:45:34 +11: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 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