mbedtls
mbedtls copied to clipboard
Implement fixed width modular addition
Prerequisites: #6017, #6223, #6225
Add mbedtls_mpi_mod_add()
that takes a pointer to a modulus structure and pointers to residue structures for the operands and the result as parameters, and calculates the sum of the operands modulo the modulus.