suculent / thinx-aes-lib

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

no matching function for call to 'AESLib::encrypt64 #19

Closed Jaydip-Chabhadiya closed 4 years ago

Jaydip-Chabhadiya commented 4 years ago

When I try to compile example code getting this error: I try to compile it for ESP8266(NodeMCU)

no matching function for call to 'AESLib::encrypt64(char&, char [(((sizetype)(((ssizetype)(msgLen 2)) + -1)) + 1)], unsigned char [16], unsigned char*&)'

suculent commented 4 years ago

Which example code is this in? It’s probably just a type mismatch or argument count change. Anyway, the *64 functions will probably deprecate soon.

M.

    1. 2020 v 11:14, Jaydip-Chabhadiya notifications@github.com:

When I try to compile example code getting this error: I try to compile it for ESP8266(NodeMCU)

no matching function for call to 'AESLib::encrypt64(char&, char [(((sizetype)(((ssizetype)(msgLen 2)) + -1)) + 1)], unsigned char [16], unsigned char*&)'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

suculent commented 4 years ago

Thanks for report, fixed in 2.0.5.

suculent commented 4 years ago

As a fast solution, use another example without deprecated *64( functions.