summaryrefslogtreecommitdiff
path: root/libbb/hash_md5_sha.c
Commit message (Expand)AuthorAgeFilesLines
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-5/+10
* sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko2017-01-151-46/+66
* sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko2016-08-291-20/+35
* md5sum: code shrinkDenys Vlasenko2015-10-071-10/+6
* sha3: tweak comments and indentationDenys Vlasenko2014-07-301-13/+14
* sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko2014-07-301-16/+66
* sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko2014-07-251-14/+242
* md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-271-3/+3
* md5/sha512: fix strict aliasing warningsMike Frysinger2013-06-191-3/+3
* sha3: code shrinkDenys Vlasenko2013-01-201-32/+59
* sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko2013-01-161-4/+4
* sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko2013-01-161-79/+81
* sha3: cache ctx->bytes_queuedDenys Vlasenko2013-01-151-11/+11
* sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko2013-01-151-43/+18
* sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko2013-01-151-1/+2
* sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko2013-01-151-61/+63
* sha3: code shrinkDenys Vlasenko2013-01-151-26/+36
* sha3: code shrinkDenys Vlasenko2013-01-151-13/+18
* sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko2013-01-151-10/+25
* sha3: make size/speed optimization decision configurableDenys Vlasenko2013-01-151-19/+58
* sha3sum: new appletLauri Kasanen2013-01-141-0/+194
* regularize options which control size/speed tradeDenys Vlasenko2011-09-101-16/+16
* 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