mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
7681dbec93
hwcryto bignum support for RSA operations Supporting RSA with hardware bignum directives. Configurable via menuconfig to enable/disable, and to choose between busywaiting and interrupt driven completion. May still be some performance tweaks possible. TW7111 See merge request !92