suculent / thinx-aes-lib

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

More optimizations by reusing input buffer #23

Closed ElMohamed closed 4 years ago

ElMohamed commented 4 years ago

Removed aes.set_key() function from the decrypt(), since set_size() called from do_aes_decrypt

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

suculent commented 4 years ago

Great commit, thank you for your contribution.