summaryrefslogtreecommitdiff
path: root/src/CAST.c
Commit message (Collapse)AuthorAgeFilesLines
* Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-281-0/+5
| | | | | | This is the counterpart to block_init which is called from ALGnew. Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-3/+3
|
* Added documentation for CAST-128Legrandin2012-05-121-1/+1
|
* Legal: Clarify public-domain dedication of src/CAST.cDwayne C. Litzenberger2009-03-011-10/+27
| | | | | | | | | This is permissible under copyright law, since both authors (Wim Lewis and Andrew Kuchling) have explicitly dedicated their PyCrypto contributions to the public domain. This change also removes the out-of-date "History" section. Up-to-date changelog information can be obtained from the source code repository.
* [project @ akuchling-20020517033412-ac0b409d6970cddc]akuchling2002-05-161-244/+244
| | | | | [project @ 2002-05-16 20:34:11 by akuchling] Re-indent into Python C style; no other changes
* [project @ akuchling-20020516233050-85ce258c1e144af3]akuchling2002-05-161-0/+436
[project @ 2002-05-16 16:30:50 by akuchling] Move C implementation files into src/