mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -967,8 +967,8 @@ exit:
|
||||
|
||||
/* BEGIN_CASE */
|
||||
void mpi_exp_mod_min_RR(char *input_A, char *input_E,
|
||||
char *input_N, char *input_X,
|
||||
int exp_result)
|
||||
char *input_N, char *input_X,
|
||||
int exp_result)
|
||||
{
|
||||
mbedtls_mpi A, E, N, RR, Z, X;
|
||||
int res;
|
||||
|
Reference in New Issue
Block a user