Hash: added doctests + little fixeshash_module
commit3594fc0e475c8671d540e7edc6464b9025f0f5cd
authorChristophe Oosterlynck <christophe@christophe-desktop.(none)>
Thu, 23 Oct 2008 20:08:23 +0000 (23 22:08 +0200)
committerChristophe Oosterlynck <christophe@christophe-desktop.(none)>
Thu, 23 Oct 2008 20:08:23 +0000 (23 22:08 +0200)
tree72f25d3db0cbd40a03ed0bed589fbf0a96e4b0fa
parentafdefb3f27eb9adcb4f82d5fe4dbbc032a2f920b
Hash: added doctests + little fixes
14 files changed:
src/CryptoPlus/Hash/RIPEMD.py
src/CryptoPlus/Hash/__init__.py
src/CryptoPlus/Hash/pysha224.py
src/CryptoPlus/Hash/pysha384.py
src/CryptoPlus/Hash/python_MD5.py
src/CryptoPlus/Hash/python_RadioGatun.py
src/CryptoPlus/Hash/python_SHA.py
src/CryptoPlus/Hash/python_SHA224.py
src/CryptoPlus/Hash/python_SHA256.py
src/CryptoPlus/Hash/python_SHA384.py
src/CryptoPlus/Hash/python_SHA512.py
src/CryptoPlus/Hash/python_whirlpool.py
src/CryptoPlus/SelfTest/__init__.py
test/test_doctests.py