Added ARC2, CAST, XOR
commit861718f5043c2275f2f6405cbead3c1dbfe8b22b
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 30 Sep 2008 18:27:37 +0000 (30 18:27 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Tue, 30 Sep 2008 18:27:37 +0000 (30 18:27 +0000)
tree5dda55ed373fae4149d339449c36bd3360452715
parenta5809e89dce714ca80298170ed3e91c7bd595002
Added ARC2, CAST, XOR

- XOR is just a plain import from Crypto.Cipher as it is a stream cipher
- ARC2, CAST have been made available via a wrapper

git-svn-id: svn+ssh://devel.yobi.be/home/svn/CryptoPlus/trunk@30 49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1
src/Cipher/ARC2.py [new file with mode: 0644]
src/Cipher/CAST.py [new file with mode: 0644]
src/Cipher/__init__.py
test/test_doctests.py