Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-29libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko
2023-03-29libbb/sha: fix sha-NI instruction detectionDenys Vlasenko
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko
2022-01-08libbb/sha1: simplify cpuid codeDenys Vlasenko
2022-01-07libbb/sha1: optional i686 hardware accelerates hashingDenys Vlasenko
2022-01-07libbb/sha1: optional x86-64 hardware accelerates hashingDenys Vlasenko
2022-01-03libbb/sha1: x86_64 version: move to a separate .S file, no code changesDenys Vlasenko
2022-01-02libbb/sha1: code shrink in medium-speed versionDenys Vlasenko
2022-01-01libbb/sha1: x86_64 version: bswap in 64-bit chunksDenys Vlasenko
2022-01-01libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]Denys Vlasenko
2022-01-01libbb/sha1: assembly versions for x86Denys Vlasenko
2021-12-31libbb/sha1: shrink and speed up fully unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable partially unrolled versionDenys Vlasenko
2021-12-30libbb/sha1: add config-selectable fully unrolled version, closes 14391Denys Vlasenko
2021-12-28libbb: cose shrink in sha1Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-09-30libbb: fold common64_hash() into its only userDenys Vlasenko
2018-11-26libbb: add comment on sha384Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-01-24tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko
2017-01-15sha512: use larger constant table only if sha512 is in fact selectedDenys Vlasenko
2016-08-29sha3: fix to conform to final SHA3 padding standard, add -a BITS optionDenys Vlasenko
2015-10-07md5sum: code shrinkDenys Vlasenko
2014-07-30sha3: tweak comments and indentationDenys Vlasenko
2014-07-30sha3: code shrink (and speedup for SHA3_SMALL=0)Denys Vlasenko
2014-07-25sha3: add 32-bit optimized bit-sliced implementationDenys Vlasenko
2013-06-27md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko
2013-06-19md5/sha512: fix strict aliasing warningsMike Frysinger
2013-01-20sha3: code shrinkDenys Vlasenko
2013-01-16sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko
2013-01-16sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko
2013-01-16sha3: cache ctx->bytes_queuedDenys Vlasenko
2013-01-16sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko
2013-01-16sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko
2013-01-15sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko
2013-01-15sha3: code shrinkDenys Vlasenko
2013-01-15sha3: code shrinkDenys Vlasenko
2013-01-15sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko
2013-01-15sha3: make size/speed optimization decision configurableDenys Vlasenko
2013-01-14sha3sum: new appletLauri Kasanen
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