aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c
AgeCommit message (Expand)Author
2010-10-18libbb: rename hash source files. no code changesDenys Vlasenko
2010-10-17md5: fix biuld failure on big-endian machinesDenys Vlasenko
2010-10-17md5: code shrink -5 bytesDenys Vlasenko
2010-10-17bring md5 and sha1 names closer. no code changesDenys Vlasenko
2010-10-17md5: code shrinkDenys Vlasenko
2010-10-16shaN: small code shrinkDenys Vlasenko
2010-10-16md5: fix "fast" md5 broken by prev commitDenys Vlasenko
2010-10-16md5: code shrink; and use 64-byte temp buf, not 128-byte.Denys Vlasenko
2010-10-16*: pass md5/shaN context pointer as 1st arg, not lastDenys Vlasenko
2010-10-16libbb/md5: code shrinkDenys Vlasenko
2010-10-15libbb/md5: small code shrinkDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-08libbb/md5.c: remove wrong commentDenys Vlasenko
2009-03-12shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko
2008-11-11libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-28whitespace fixesDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2006-11-01#if CONFIG_xxx -> #if ENABLE_xxxDenis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko
2006-07-10Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-05-29Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts valuesRob Landley
2006-05-16Make md5 calculation always go through an the buffer so that A) we don'tRob Landley
2006-04-03- move buffer allocation schemes to libbb.hBernhard Reutner-Fischer
2006-02-21Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley