PRESENT cipher added
commitac0071d7dc5876bf404cb5586d4a89893731d237
authortiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Sun, 5 Oct 2008 16:23:42 +0000 (5 16:23 +0000)
committertiftof <tiftof@49921240-e1b6-4d8d-af3b-5ae6c3d9e7c1>
Sun, 5 Oct 2008 16:23:42 +0000 (5 16:23 +0000)
treef9a4285bdbafb86111e1f156ff47fa62b7507c67
parentfe648850f5cb246ed7268fb0d33d53d5a6f48f14
PRESENT cipher added

Test with some test vectors (all 1's, all 0's). Some tests done also to
check 64 rounds instead of default 32.

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