mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-11-03 20:33:16 +03:00 
			
		
		
		
	Clarify comments of mpi_mul_int()
This commit is contained in:
		
				
					committed by
					
						
						Paul Bakker
					
				
			
			
				
	
			
			
			
						parent
						
							c57b654a3e
						
					
				
				
					commit
					3eaa8e7005
				
			@@ -540,8 +540,9 @@ int mpi_mul_mpi( mpi *X, const mpi *A, const mpi *B );
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief          Baseline multiplication: X = A * b
 | 
					 * \brief          Baseline multiplication: X = A * b
 | 
				
			||||||
 *                 Note: b is an unsigned integer type, thus
 | 
					 *                 Note: despite the functon signature, b is treated as a
 | 
				
			||||||
 *                 Negative values of b are ignored.
 | 
					 *                 t_uint.  Negative values of b are treated as large positive
 | 
				
			||||||
 | 
					 *                 values.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \param X        Destination MPI
 | 
					 * \param X        Destination MPI
 | 
				
			||||||
 * \param A        Left-hand MPI
 | 
					 * \param A        Left-hand MPI
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user