summaryrefslogtreecommitdiff
path: root/crypto/arc4.c
AgeCommit message (Collapse)Author
2004-08-10[CRYPTO]: Email update in crypto/arc4.cJon Oberheide
2004-03-21[CRYPTO]: Remove confusing TODO comment in arc4.cJon Oberheide
2004-03-06[PATCH] arc4.c compile fix for older gcc'sAndrew Morton
Declarations come before statements, please. Current gcc warns about this too, bless them: crypto/arc4.c: In function `arc4_crypt': crypto/arc4.c:65: warning: ISO C90 forbids mixed declarations and code
2004-03-03[CRYPTO]: Add ARC4 module.Jon Oberheide