mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Add changes to use fast_pbkdf2 as default for PMK calculations. fast_pbkdf2 is significantly faster than current implementations for esp chips. Also removes unnecessary code for pbkdf-sha256 and pbkdf-sha512.