ash: deal with some TODOs (mostly trivial)
[oweals/busybox.git] / libbb / sha1.c
2009-07-05 Denys Vlasenkolibbb/sha: #undef macro names before #defining them.
2009-03-28 Denis Vlasenkorandomtest fixes
2009-03-15 Denis Vlasenkosha: merge K[] for sha256 and 512
2009-03-15 Denis Vlasenkosha: fix thinko in sha512; add FAST_FUNC to sha1/sha256
2009-03-15 Denis Vlasenkosha: merge sha1/sha256 handling (they are similar enoug...
2009-03-12 Denis Vlasenkosha: reduce sha256/512 context size. Make sha1/sha256...
2009-03-12 Denis Vlasenkosha: tiny shrink
2009-03-12 Denis Vlasenkoadd comment about sha testing
2009-03-12 Denis Vlasenkoshrink sha hashing a bit more (remove wbuflen field...
2009-03-12 Denis Vlasenkoshrink sha hashing
2009-03-11 Denis Vlasenkosha256/512: code shrink. Run-tested.
2008-11-11 Denis Vlasenkolibbb: disable a second md5 implementation which manage...
2008-11-10 Denis Vlasenkosha256,sha512: new applets. +4.9kb
2008-11-10 Denis VlasenkoTypo fixes
2008-11-10 Denis Vlasenkolibbb: constify some data in sha1. gcc is clever enough...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2006-12-26 Denis Vlasenkostyle fixes
2006-09-28 Denis VlasenkoTried to find sha1_crypt - nope... ok, save few bytes...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-07-10 "Robert P. J. Day"Replace current verbose GPL stuff in libbb/*.c with...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-05-05 Rob LandleyMigrate endianness macros.
2006-04-03 Bernhard Reutner... - move buffer allocation schemes to libbb.h
2006-03-28 Mike Frysingerjust whitespace fixes
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...