intrbiz / arduino-crypto

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

adopted pkcs7 padding from https://github.com/spaniakos/AES #9

Closed mkillewald closed 6 years ago

mkillewald commented 6 years ago

I've adopted pkcs7 padding from https://github.com/spaniakos/AES and created an example using AES, SHA256 and SHA256/HMAC. Please review.

mkillewald commented 6 years ago

closing and will resubmit as I've made changes correcting a few problems.