mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Update sha256.h
Minor fix based on review comments
This commit is contained in:
		
							parent
							
								
									bde68b48d4
								
							
						
					
					
						commit
						6ee22a7d52
					
				@ -102,7 +102,7 @@ int mbedtls_sha256_starts_ret( mbedtls_sha256_context *ctx, int is224 );
 | 
				
			|||||||
 * \brief          This function feeds an input buffer into an ongoing
 | 
					 * \brief          This function feeds an input buffer into an ongoing
 | 
				
			||||||
 *                 SHA-256 checksum calculation.
 | 
					 *                 SHA-256 checksum calculation.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \param ctx      The SHA-256 context to initialize.
 | 
					 * \param ctx      The SHA-256 context.
 | 
				
			||||||
 * \param input    The buffer holding the data.
 | 
					 * \param input    The buffer holding the data.
 | 
				
			||||||
 * \param ilen     The length of the input data.
 | 
					 * \param ilen     The length of the input data.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user