Rob Landley 34b5319d86 Make md5 calculation always go through an the buffer so that A) we don't
handle packets out of sequence if some data goes through the buffer and
some doesn't, B) it works on systems that can't handle aligned access,
C) we just have one code path to worry about.

While we're at it, sizeof() and RESERVE_CONFIG_BUFFER() really don't combine
well, which is why md5sum has been reading and processing data 4 bytes at a
time.  I suspect that the existence of CONFIG_MD5_SIZE_VS_SPEED to do loop
unrolling and such in the algorithm was an attempt to work around that bug.
2006-05-16 02:38:26 +00:00
..
2006-01-30 17:17:14 +00:00
2006-04-18 08:24:13 +00:00
2006-04-18 08:24:13 +00:00
2006-04-18 08:24:13 +00:00
2006-04-18 08:24:13 +00:00
2006-04-18 08:24:13 +00:00
2006-04-16 05:58:21 +00:00
2006-01-25 00:08:53 +00:00
2006-02-20 16:57:36 +00:00
2006-04-05 16:21:37 +00:00
2006-04-02 18:57:20 +00:00
2006-01-25 00:08:53 +00:00
2006-01-25 00:08:53 +00:00
2006-01-25 00:08:53 +00:00
2006-05-05 16:54:40 +00:00
2006-04-18 20:42:39 +00:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>