mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Update signature of mpi_mul_mpi()
This commit is contained in:
parent
7f7aebca02
commit
35f1d7f0aa
3 changed files with 6 additions and 6 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue