suculent / thinx-aes-lib

AES wrapper for ESP8266/ESP32/Arduino/nRF5x
Other
117 stars 38 forks source link

The issue of AESLib::encrypt64 #22

Closed winnie840202 closed 4 years ago

winnie840202 commented 4 years ago

As the title, when I follow the sample usage code.The error message appeared this "AESLib:: encrypt64 (char&, int&, char [(((sizetype) (((ssizetype) (msgLen 2)) + -1)) + 1)], unsigned char [16], unsigned char*&)".But the #19 seems to solve this problem? I don't know what's wrong happened. Please help me to solve this problem.

Thanks!

winnie840202 commented 4 years ago

I'm already solved this problem, because the sample code in the read me files is old version, not yet fix bug.