suculent / thinx-aes-lib

AES wrapper for ESP8266/ESP32/Arduino/nRF5x
Other
113 stars 39 forks source link

Esp8266 size of correction #9

Closed kavers1 closed 5 years ago

kavers1 commented 5 years ago

sizeof(key) always returned the size of the pointer not the key size. Changed the code to pass on the number of bits or bytes of the key. #7