ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
esp_bignum.cpp File Reference

DH-2048 modexp on the Espressif RSA accelerator, via mbedtls. More...

Go to the source code of this file.

Detailed Description

DH-2048 modexp on the Espressif RSA accelerator, via mbedtls.

The bignum backend for a vendor profile that sets PC_HAS_HW_BIGNUM 1. Vendor headers are fine here - this is board_drivers/, the partition vendor code is segregated to. The core names none of them and simply calls bn_expmod_group14().

Definition in file esp_bignum.cpp.