summaryrefslogtreecommitdiff
path: root/libbb/hash_md5_sha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanupDenys Vlasenko2010-10-291-4/+4
* sha1: small tweak for clearer code, no logic changesDenys Vlasenko2010-10-241-1/+1
* sha1: use Rob's code, it's smaller and fasterDenys Vlasenko2010-10-241-54/+51
* md5: remove outdated commentDenys Vlasenko2010-10-191-3/+1
* libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2010-10-191-482/+416
* hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2010-10-181-78/+85
* libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2010-10-181-0/+962