summaryrefslogtreecommitdiff
path: root/arcfour.c
Commit message (Expand)AuthorAgeFilesLines
* Delete all arcfour assembly codedelete-arcfour-asmNiels Möller2022-08-071-0/+21
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Dropped length argument from nettle_set_key_func.set_key-changesNiels Möller2014-01-291-1/+6
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-1/+1
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* (arcfour_stream): Deleted function. It's not very useful, and neitherNiels Möller2011-02-181-20/+0
* * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Bug fix, half ofNiels Möller2004-02-051-0/+1
* * configure.ac: Use assembler file arcfour-crypt.asm if available.Niels Möller2004-02-051-21/+0
* (arcfour_crypt): Optimization suggested by JonasNiels Möller2004-02-051-6/+10
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-1/+5
* Fixed copyright notice.Niels Möller2001-06-171-2/+2
* * Initial checkin.Niels Möller2001-04-131-78/+44
* * src/symmetric/arcfour.c (arcfour_update_key): #if:ed out thisNiels Möller2000-11-141-7/+14
* * src/symmetric/arcfour.c (arcfour_crypt): Changed argument order.Niels Möller2000-10-221-4/+49
* *** empty log message ***Niels Möller2000-09-111-0/+19
* src/Niels Möller1999-01-171-2/+1
* *** empty log message ***Niels Möller1998-12-311-0/+5
* Renamed rc4 -> arcfour.Niels Möller1998-12-211-0/+49