summaryrefslogtreecommitdiff
path: root/src/ARC2.c
Commit message (Collapse)AuthorAgeFilesLines
* Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-281-0/+4
| | | | | | 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-4/+4
|
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+1
| | | | The solution is to include Python.h before string.h is included.
* Added documentation for RC2Legrandin2012-05-121-1/+1
|
* ARC2.c: Replace the legal noticeDwayne C. Litzenberger2009-08-021-4/+35
| | | | | I have permission to do this (provided that the original "rc2.c" code really is in the public domain, which I think it is). See the LEGAL directory.
* ARC2: Fix buffer overflowDwayne C. Litzenberger2009-02-061-0/+7
| | | | | Thanks to Mike Wiacek <mjwiacek@google.com> from the Google Security Team for reporting this bug.
* ARC2: Add 'effective_keylen' keyword parameter so we can pass the RFC 2268 testsDwayne C. Litzenberger2008-09-141-8/+5
|
* [project @ akuchling-20020517203445-59685659569a91f1]akuchling2002-05-171-1/+2
| | | | | [project @ 2002-05-17 13:34:45 by akuchling] Include file to fix warning
* [project @ akuchling-20020517033412-ac0b409d6970cddc]akuchling2002-05-161-111/+111
| | | | | [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/+184
[project @ 2002-05-16 16:30:50 by akuchling] Move C implementation files into src/