summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko7-90/+143
2015-10-07md5sum: code shrinkDenys Vlasenko1-10/+6
2014-07-30sha3: tweak comments and indentationDenys Vlasenko1-13/+14
2014-07-30sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko1-16/+66
2014-07-25sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko1-14/+242
2013-06-26md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2-3/+4
2013-06-19md5/sha512: fix strict aliasing warningsMike Frysinger1-3/+3
2013-01-19sha3: code shrinkDenys Vlasenko2-34/+61
2013-01-16sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko1-4/+4
2013-01-16sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko1-79/+81
2013-01-15sha3: cache ctx->bytes_queuedDenys Vlasenko1-11/+11
2013-01-15sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko1-43/+18
2013-01-15sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko1-1/+2
2013-01-15sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko1-61/+63
2013-01-15sha3: code shrinkDenys Vlasenko1-26/+36
2013-01-15sha3: code shrinkDenys Vlasenko1-13/+18
2013-01-15sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko1-10/+25
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko2-19/+68
2013-01-14sha3sum: new appletLauri Kasanen8-4/+236
2011-09-10regularize options which control size/speed tradeDenys Vlasenko17-66/+69
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-24sha1: small tweak for clearer code, no logic changesDenys Vlasenko1-1/+1
2010-10-24sha1: use Rob's code, it's smaller and fasterDenys Vlasenko1-54/+51
2010-10-19md5: remove outdated commentDenys Vlasenko1-3/+1
2010-10-19libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256Denys Vlasenko2-512/+430
2010-10-18hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytesDenys Vlasenko2-101/+108
2010-10-18libbb/hash_sha.c -> libbb/hash_md5_sha.cDenys Vlasenko2-2/+2