mbedtls
mbedtls copied to clipboard
Implement fixed width modular subtraction
Prerequisites: #6017 , #6221 , #6222
Add mbedtls_mpi_mod_sub()
that takes a pointer to a modulus structure and pointers to residue structures for the operands and the result as parameters, and calculates the difference of the operands modulo the modulus.