This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
nodemcu-firmware
Watch
1
Star
0
Fork
0
You've already forked nodemcu-firmware
mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced
2025-02-06 21:18:25 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
nodemcu-firmware
/
app
/
crypto
History
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
..
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
Makefile
Add FatFs and SD card support (
#1397
)
2016-09-05 20:17:13 +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