From f864e1ddbb1489cf3433b29299239ea97cdc6a0d Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Fri, 19 Nov 2021 14:40:37 +0530 Subject: [PATCH] mbedtls: update kconfig help to correct on supported MPI bits --- components/mbedtls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mbedtls/Kconfig b/components/mbedtls/Kconfig index 7b0f3c8a3e..1df5f1ffb9 100644 --- a/components/mbedtls/Kconfig +++ b/components/mbedtls/Kconfig @@ -277,7 +277,7 @@ menu "mbedTLS" Enable hardware accelerated multiple precision integer operations. Hardware accelerated multiplication, modulo multiplication, - and modular exponentiation for up to 4096 bit results. + and modular exponentiation for up to SOC_RSA_MAX_BIT_LEN bit results. These operations are used by RSA.