mbedtls_mpi_mod_add() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 if successful. #MBEDTLS_ERR_MPI_BAD_INPUT_DATA if the given MPIs do not have the correct number of limbs.

Notes

This function does not check that \p A or \p B are in canonical form (that is, are < \p N) - that will have been done by mbedtls_mpi_mod_residue_setup().

References