aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_arc.c
Commit message (Collapse)AuthorAgeLines
* Adding padding to encrypted IM-passwords so the exact password length can'tWilmer van der Gaast2008-03-16-13/+22
| | | | | be guessed from the encrypted data anymore.
* Fixed broken check in check_arc.cWilmer van der Gaast2008-02-16-2/+3
|
* "Changed" the ArcFour implementation. I'm afraid this was a waste of time,Wilmer van der Gaast2007-10-07-1/+1
| | | | | but at least I added a neat unittest...
* Adding test for arc.c so that I can now safely replace the RC4 code with aWilmer van der Gaast2007-10-07-0/+95
(compatible) ArcFour implementation.