ref: 58dc03cec0df3cf569f73ea90d71f17e6a3dc84d
dir: /sys/lib/python/md5.py/
# $Id: md5.py 39316 2005-08-21 18:45:59Z greg $ # # Copyright (C) 2005 Gregory P. Smith ([email protected]) # 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