aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python/src/algos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split up all the 'base' algorithm classes into different fileslloyd2006-09-291-107/+0
* Allow for implementing hash functions in Pythonlloyd2006-09-021-32/+3
* Allow for implementing block ciphers in Pythonlloyd2006-09-021-64/+3
* Remove the object() accessors, since those objects might not exist iflloyd2006-08-311-8/+0
* Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpplloyd2006-08-311-0/+205