|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
DH-2048 modexp on the Espressif RSA accelerator, via mbedtls. More...
#include "board_drivers/board_profiles/pc_platform.h"#include "crypto/asymmetric/bignum.h"#include "crypto/crypto_opt.h"#include "server/mmgr/secure.h"#include <string.h>Go to the source code of this file.
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.