Added SelfTest module + some fixes
commit58c2f9cc36b37544355ca0e30ab8f70c37e62960
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Mon, 6 Oct 2008 20:31:52 +0000 (6 20:31 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Mon, 6 Oct 2008 20:31:52 +0000 (6 20:31 +0000)
treeb19d5f18ab93a24d349cc7987794822a22cd4225
parent781db5bf0795ed949fadcc6187834d036bf84b96
Added SelfTest module + some fixes

still needs further fixes, SelfTest aren't working properly yet.

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@46 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
48 files changed:
src/Random.py [new file with mode: 0644]
src/SelfTest/..new [new file with mode: 0644]
src/SelfTest/Cipher/__init__.py [new file with mode: 0644]
src/SelfTest/Cipher/common.py [new file with mode: 0644]
src/SelfTest/Cipher/test_AES.py [new file with mode: 0644]
src/SelfTest/Cipher/test_ARC2.py [new file with mode: 0644]
src/SelfTest/Cipher/test_ARC4.py [new file with mode: 0644]
src/SelfTest/Cipher/test_Blowfish.py [new file with mode: 0644]
src/SelfTest/Cipher/test_CAST.py [new file with mode: 0644]
src/SelfTest/Cipher/test_DES.py [new file with mode: 0644]
src/SelfTest/Cipher/test_DES3.py [new file with mode: 0644]
src/SelfTest/Cipher/test_IDEA.py [new file with mode: 0644]
src/SelfTest/Cipher/test_RC5.py [new file with mode: 0644]
src/SelfTest/Cipher/test_XOR.py [new file with mode: 0644]
src/SelfTest/Hash/__init__.py [new file with mode: 0644]
src/SelfTest/Hash/common.py [new file with mode: 0644]
src/SelfTest/Hash/test_HMAC.py [new file with mode: 0644]
src/SelfTest/Hash/test_MD2.py [new file with mode: 0644]
src/SelfTest/Hash/test_MD4.py [new file with mode: 0644]
src/SelfTest/Hash/test_MD5.py [new file with mode: 0644]
src/SelfTest/Hash/test_RIPEMD.py [new file with mode: 0644]
src/SelfTest/Hash/test_SHA.py [new file with mode: 0644]
src/SelfTest/Hash/test_SHA256.py [new file with mode: 0644]
src/SelfTest/PublicKey/__init__.py [new file with mode: 0644]
src/SelfTest/PublicKey/test_RSA.py [new file with mode: 0644]
src/SelfTest/Random/Fortuna.new [new file with mode: 0644]
src/SelfTest/Random/Fortuna/__init__.py [new file with mode: 0644]
src/SelfTest/Random/Fortuna/test_FortunaAccumulator.py [new file with mode: 0644]
src/SelfTest/Random/Fortuna/test_FortunaGenerator.py [new file with mode: 0644]
src/SelfTest/Random/Fortuna/test_SHAd256.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG.new [new file with mode: 0644]
src/SelfTest/Random/OSRNG/__init__.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG/test_fallback.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG/test_generic.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG/test_nt.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG/test_posix.py [new file with mode: 0644]
src/SelfTest/Random/OSRNG/test_winrandom.py [new file with mode: 0644]
src/SelfTest/Random/__init__.py [new file with mode: 0644]
src/SelfTest/Random/test_random.py [new file with mode: 0644]
src/SelfTest/Random/test_rpoolcompat.py [new file with mode: 0644]
src/SelfTest/Util/__init__.py [new file with mode: 0644]
src/SelfTest/Util/test_number.py [new file with mode: 0644]
src/SelfTest/Util/test_winrandom.py [new file with mode: 0644]
src/SelfTest/__init__.py [new file with mode: 0644]
src/SelfTest/st_common.py [new file with mode: 0644]
src/Util/__init__.py
src/Util/python_compat.py [new file with mode: 0644]
src/__init__.py