summaryrefslogtreecommitdiff
path: root/libbb/sha1.c
Commit message (Expand)AuthorAgeFilesLines
* libbb/sha: #undef macro names before #defining them.Denys Vlasenko2009-07-051-0/+13
* randomtest fixesDenis Vlasenko2009-03-281-6/+5
* sha: merge K[] for sha256 and 512Denis Vlasenko2009-03-151-125/+96
* sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256Denis Vlasenko2009-03-151-4/+4
* sha: merge sha1/sha256 handling (they are similar enough for this),Denis Vlasenko2009-03-151-202/+88
* sha: reduce sha256/512 context size. Make sha1/sha256 code more similarDenis Vlasenko2009-03-121-69/+76
* sha: tiny shrinkDenis Vlasenko2009-03-121-8/+5
* add comment about sha testingDenis Vlasenko2009-03-121-1/+7
* shrink sha hashing a bit more (remove wbuflen field from ctx),Denis Vlasenko2009-03-121-122/+102
* shrink sha hashingDenis Vlasenko2009-03-121-48/+33
* sha256/512: code shrink. Run-tested.Denis Vlasenko2009-03-111-284/+253
* libbb: disable a second md5 implementation which managed to creep in :)Denis Vlasenko2008-11-111-9/+3
* sha256,sha512: new applets. +4.9kbDenis Vlasenko2008-11-101-28/+538
* Typo fixesDenis Vlasenko2008-11-101-1/+1
* libbb: constify some data in sha1. gcc is clever enough to do it itself,Denis Vlasenko2008-11-101-22/+13
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* delete tons of extra #includesDenis Vlasenko2007-05-311-8/+0
* style fixesDenis Vlasenko2006-12-261-1/+1
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2006-09-281-17/+16
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-23/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Migrate endianness macros.Rob Landley2006-05-051-1/+1
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
* just whitespace fixesMike Frysinger2006-03-281-7/+7
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+200