intrbiz / arduino-crypto

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

++ Need example #2

Closed ksaye closed 7 years ago

ksaye commented 7 years ago

I am trying a simple example of HmacSHA256 a string using a Key. I have been trying over the past 2 hours and I can't understand it.

intrbiz commented 7 years ago

Example for SHA256HMAC has been added.