mbedtls
mbedtls copied to clipboard
Bignum: Add low level addition
Prerequisites: #6221, #6223, #6015 (for add_if())
Add mbedtls_mpi_mod_raw_add()
that takes a modulus structure and raw pointers to the operands and the result as parameters, and calculates the sum of the operands modulo the modulus.