/gdata/Crypto/Hash/MD5.py

http://radioappz.googlecode.com/ · Python · 13 lines · 7 code · 5 blank · 1 comment · 1 complexity · b6dec994b45d90708bfb6b9a4a4070bb MD5 · raw file

  1. # Just use the MD5 module from the Python standard library
  2. __revision__ = "$Id: MD5.py,v 1.4 2002/07/11 14:31:19 akuchling Exp $"
  3. from md5 import *
  4. import md5
  5. if hasattr(md5, 'digestsize'):
  6. digest_size = digestsize
  7. del digestsize
  8. del md5