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)
The old sha module is deprecated, and hashlib gives access to newer hash
algorithms.  Use it to add SHA-256 support as well.


No differences found