use mpi_lset instead of mpi_read_string

This commit is contained in:
NIIBE Yutaka
2012-06-14 08:53:05 +09:00
parent 670e9058f1
commit a2855c9442
3 changed files with 9 additions and 4 deletions

View File

@@ -225,6 +225,7 @@ int mpi_size( const mpi *X )
return( ( mpi_msb( X ) + 7 ) >> 3 );
}
#if 0
/*
* Convert an ASCII character to digit value
*/
@@ -310,7 +311,6 @@ cleanup:
return( ret );
}
#if 0
/*
* Helper to write the digits high-order first
*/