aboutsummaryrefslogtreecommitdiff
path: root/libbb/hash_fd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-851/+0
| | | | md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)
* just whitespaceTim Riker2006-01-251-3/+3
|
* - make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.Bernhard Reutner-Fischer2006-01-171-13/+5
| | | | - use shorter boilerplate.
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
| | | | which were otherwise cluttering the global namespace.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-8/+8
|
* Use proper C99 types throughout. So not use silly typedefs.Eric Andersen2004-01-301-47/+44
|
* Apply a couple of optimizationsEric Andersen2004-01-291-3/+5
|
* Dont over-read fd, use function pointer for hash function.Glenn L McGrath2003-11-201-29/+43
|
* Superficial changesGlenn L McGrath2003-11-201-19/+17
|
* Merge common parts of sha1sum and md5sum, which is everything except theGlenn L McGrath2003-11-101-0/+848
algorithms. Move algorithms to hash_fd and make them available via a common function.