Is there some common (recommended) module for generating hashes in Python?
In particular I need whirlpool but something like mhash extension in PHP or jacksum in java, where many hashing algorithms present, would be the ideal, so it could be used in future.
A quick Google search finds both a pure Python implementation as well as a binding written in C for the Whirlpool algorithm.