mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Bignum: Add low level addition

Open yanesca opened this issue 2 years ago • 0 comments

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.

yanesca avatar Aug 23 '22 11:08 yanesca