mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								# $Id$
							 | 
						||
| 
								 | 
							
								#
							 | 
						||
| 
								 | 
							
								#  Copyright (C) 2005   Gregory P. Smith (greg@electricrain.com)
							 | 
						||
| 
								 | 
							
								#  Licensed to PSF under a Contributor Agreement.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								from hashlib import md5
							 | 
						||
| 
								 | 
							
								new = md5
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								blocksize = 1        # legacy value (wrong in any useful sense)
							 | 
						||
| 
								 | 
							
								digest_size = 16
							 |