intrbiz / arduino-crypto

A minimal crypto library for ESP8266 Arduino
Other
140 stars 54 forks source link

SHA256.doUpdate fix. AES256 key length fix. #31

Open timsky opened 3 years ago

timsky commented 3 years ago

I've had issues in my project with SHA256 and SHA256HMAC. As I remember it was something like here: https://github.com/intrbiz/arduino-crypto/issues/29