index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
hash_md5_sha.c
Age
Commit message (
Expand
)
Author
2017-01-24
tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
Denys Vlasenko
2017-01-15
sha512: use larger constant table only if sha512 is in fact selected
Denys Vlasenko
2016-08-29
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
Denys Vlasenko
2015-10-07
md5sum: code shrink
Denys Vlasenko
2014-07-30
sha3: tweak comments and indentation
Denys Vlasenko
2014-07-30
sha3: code shrink (and speedup for SHA3_SMALL=0)
Denys Vlasenko
2014-07-25
sha3: add 32-bit optimized bit-sliced implementation
Denys Vlasenko
2013-06-27
md5/sha512: a better fix for strict aliasing warnings
Denys Vlasenko
2013-06-19
md5/sha512: fix strict aliasing warnings
Mike Frysinger
2013-01-20
sha3: code shrink
Denys Vlasenko
2013-01-16
sha3: s/sha3_process_block76/sha3_process_block72/
Denys Vlasenko
2013-01-16
sha3: rename KeccakF->sha3_process_block76.
Denys Vlasenko
2013-01-15
sha3: cache ctx->bytes_queued
Denys Vlasenko
2013-01-15
sha3: remove two "small code" codepaths: I can't reproduce code size win on t...
Denys Vlasenko
2013-01-15
sha3: tweak choice of a fast code path for 64-bit
Denys Vlasenko
2013-01-15
sha3: cosmetic tweaks to various names, comments. No logic changes.
Denys Vlasenko
2013-01-15
sha3: code shrink
Denys Vlasenko
2013-01-15
sha3: code shrink
Denys Vlasenko
2013-01-15
sha3: another speedup for SHA3_SMALL=0 case
Denys Vlasenko
2013-01-15
sha3: make size/speed optimization decision configurable
Denys Vlasenko
2013-01-14
sha3sum: new applet
Lauri Kasanen
2011-09-10
regularize options which control size/speed trade
Denys Vlasenko
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-10-24
sha1: small tweak for clearer code, no logic changes
Denys Vlasenko
2010-10-24
sha1: use Rob's code, it's smaller and faster
Denys Vlasenko
2010-10-19
md5: remove outdated comment
Denys Vlasenko
2010-10-19
libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256
Denys Vlasenko
2010-10-18
hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes
Denys Vlasenko
2010-10-18
libbb/hash_sha.c -> libbb/hash_md5_sha.c
Denys Vlasenko