mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Update signature of mpi_mul_mpi()
This commit is contained in:
@ -1170,7 +1170,7 @@ cleanup:
|
||||
/*
|
||||
* Baseline multiplication: X = A * b
|
||||
*/
|
||||
int mpi_mul_int( mpi *X, const mpi *A, t_sint b )
|
||||
int mpi_mul_int( mpi *X, const mpi *A, t_uint b )
|
||||
{
|
||||
mpi _B;
|
||||
t_uint p[1];
|
||||
|
Reference in New Issue
Block a user