Switch to hashlib (Python >= 2.5) for hash algorithms.
authorMichael Vrable <vrable@cs.hmc.edu>
Fri, 31 Aug 2012 03:15:27 +0000 (20:15 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Tue, 25 Sep 2012 03:52:46 +0000 (20:52 -0700)
commite8f99f8ccafa3c0c08e370413f0e4d6142582fb4
tree4a6212ca45fc4f302e3ad5c6157cd72cf1f3286b
parentfc223ec17dc5e6691291a7b31f6daa8679b484cd
Switch to hashlib (Python >= 2.5) for hash algorithms.

The old sha module is deprecated, and hashlib gives access to newer hash
algorithms.  Use it to add SHA-256 support as well.
README
python/cumulus/__init__.py