fixed comment
This commit is contained in:
		
							parent
							
								
									63515f040f
								
							
						
					
					
						commit
						260133584a
					
				@ -44,7 +44,7 @@ int mp_read_radix (mp_int * a, const char *str, int radix)
 | 
				
			|||||||
  
 | 
					  
 | 
				
			||||||
  /* process each digit of the string */
 | 
					  /* process each digit of the string */
 | 
				
			||||||
  while (*str) {
 | 
					  while (*str) {
 | 
				
			||||||
    /* if the radix < 36 the conversion is case insensitive
 | 
					    /* if the radix <= 36 the conversion is case insensitive
 | 
				
			||||||
     * this allows numbers like 1AB and 1ab to represent the same  value
 | 
					     * this allows numbers like 1AB and 1ab to represent the same  value
 | 
				
			||||||
     * [e.g. in hex]
 | 
					     * [e.g. in hex]
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user