intrbiz / arduino-crypto

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

I changed the library name to ACrypto because it was conflicting with other libraries and updated a method call in aesSha256Hmac exemple. It's still raising an exception with a packet size > 256 octets. Thank for this lib. Stay safe... #23

Open Jugurtha opened 4 years ago

Jugurtha commented 4 years ago

ESP8266 experimental Crypto module and the Crypto library of Rhys weatherley. Changed the call of 'calc_size_n_pad' in aesSha256Hmac exemple to 'calcSizeAndPad'. Changed the includes accordingly. Changes to be committed: renamed: Crypto.cpp -> ACrypto.cpp renamed: Crypto.h -> ACrypto.h modified: examples/aesSha256Hmac/aesSha256Hmac.ino modified: examples/sha256/sha256.ino modified: examples/sha256hmac/sha256hmac.ino modified: library.properties