mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Implement fixed width modular subtraction

Open yanesca opened this issue 2 years ago • 0 comments

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.

yanesca avatar Jul 04 '22 12:07 yanesca