mbedtls_mpi_core_montmul_working_limbs() function
Returns the number of limbs of working memory required for a call to `mbedtls_mpi_core_montmul()`.
Syntax
static inline size_t mbedtls_mpi_core_montmul_working_limbs(size_t AN_limbs); Arguments
AN_limbs
The number of limbs in the input `A` and the modulus `N` (they must be the same size) that will be given to `mbedtls_mpi_core_montmul()` or one of the other functions that specifies this as the amount of working memory needed.
Return value
The number of limbs of working memory required by `mbedtls_mpi_core_montmul()` (or other similar function).
mbedtls_mpi_core_montmul_working_limbs() is called by 1 function:
![]()
mbedtls_mpi_core_montmul_working_limbs()
mbedtls_mpi_core_montmul_working_limbs():
![]()
mbedtls_mpi_core_montmul_working_limbs()