intrbiz / arduino-crypto

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

Fix hmac calculation #5

Closed matthewg42 closed 7 years ago

matthewg42 commented 7 years ago

These changes fix the calculation of the HMAC digest.

Fixes #4