suculent / thinx-aes-lib

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

Removed a lot of unneeded and nonworking code #64

Closed hansliss closed 1 year ago

hansliss commented 1 year ago

Removed the nonworking IV functions in the AES class, the iv member and all methods and members related to the iv member.

Removed the random seeding that was done in AES::getrandom(). Removed the extra Base64 encode that was done by the AESLib::encrypt64()/AESLib::decrypt64() methods. Updated parameter lists to correctly reflect the binary cleartext/ciphertext used or produced by the four methods in AESLib.