From e0e6523c097d0feef48441f4c25a0ff4e89d37b5 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 bc7430826b..e7bbfca620 100644 --- a/components/mbedtls/Kconfig +++ b/components/mbedtls/Kconfig @@ -276,7 +276,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.