mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Prevent signature verification failures on targets that do not round hardware words to 16-word boundaries (e.g. ESP32-S3, ESP32-C6, and ESP32-P4), where exponent blinding can cause `num_words` to vary between calls, leading to reuse of an incorrectly sized cached `Rinv`.