aboutsummaryrefslogtreecommitdiffstats
path: root/misc/python/src/algos.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split up all the 'base' algorithm classes into different fileslloyd2006-09-291-107/+0
| | | | Significant improvements to the public key wrappers.
* Allow for implementing hash functions in Pythonlloyd2006-09-021-32/+3
| | | | Move some code that is used in several places into a common header
* 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
| | | | an algorithm were implemented in pure Python.
* Merge the block cipher, stream cipher, hash, and MAC exports into algos.cpplloyd2006-08-311-0/+205
Add various useful conversion functions