aboutsummaryrefslogtreecommitdiff
path: root/libbb/hash_md5_sha.c
AgeCommit message (Expand)Author
2011-09-10regularize options which control size/speed tradeDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-24sha1: small tweak for clearer code, no logic changesDenys Vlasenko
2010-10-24sha1: use Rob's code, it's smaller and fasterDenys Vlasenko
2010-10-19md5: remove outdated commentDenys Vlasenko
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko
2010-10-18libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko