Skip to content

Commit 52e178f

Browse files
feat(bignum): Add initial hardware acceleration for modular multiplication
1 parent f324d11 commit 52e178f

File tree

6 files changed

+415
-1
lines changed

6 files changed

+415
-1
lines changed

esp-mbedtls-sys/headers/esp32s3/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@
327327
//#define MBEDTLS_GCM_ALT
328328
//#define MBEDTLS_NIST_KW_ALT
329329
#define MBEDTLS_MPI_EXP_MOD_ALT_FALLBACK
330+
#define MBEDTLS_MPI_MUL_MPI_ALT
330331
//#define MBEDTLS_MD5_ALT
331332
//#define MBEDTLS_POLY1305_ALT
332333
//#define MBEDTLS_RIPEMD160_ALT

0 commit comments

Comments
 (0)