Denys Vlasenko
|
f69f207490
libbb: add comment on sha384
|
6 years ago |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 years ago |
Denys Vlasenko
|
49ecee098d
tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
|
7 years ago |
Denys Vlasenko
|
b8935d00b0
sha512: use larger constant table only if sha512 is in fact selected
|
7 years ago |
Denys Vlasenko
|
71a090f187
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
|
8 years ago |
Denys Vlasenko
|
305958dbd4
md5sum: code shrink
|
9 years ago |
Denys Vlasenko
|
09a0e2223f
sha3: tweak comments and indentation
|
10 years ago |
Denys Vlasenko
|
4ff933c0e7
sha3: code shrink (and speedup for SHA3_SMALL=0)
|
10 years ago |
Denys Vlasenko
|
2a563ea49a
sha3: add 32-bit optimized bit-sliced implementation
|
10 years ago |
Denys Vlasenko
|
1f5e81f8f8
md5/sha512: a better fix for strict aliasing warnings
|
11 years ago |
Mike Frysinger
|
f6205c6ab7
md5/sha512: fix strict aliasing warnings
|
11 years ago |
Denys Vlasenko
|
2cfcc9e9d7
sha3: code shrink
|
11 years ago |
Denys Vlasenko
|
e4f0f26bad
sha3: s/sha3_process_block76/sha3_process_block72/
|
11 years ago |
Denys Vlasenko
|
5368fe541c
sha3: rename KeccakF->sha3_process_block76.
|
11 years ago |
Denys Vlasenko
|
970aa6b5bd
sha3: cache ctx->bytes_queued
|
11 years ago |
Denys Vlasenko
|
8fb3ab528e
sha3: remove two "small code" codepaths: I can't reproduce code size win on them anymore
|
11 years ago |
Denys Vlasenko
|
8e7312e12f
sha3: tweak choice of a fast code path for 64-bit
|
11 years ago |
Denys Vlasenko
|
5b7f50f372
sha3: cosmetic tweaks to various names, comments. No logic changes.
|
11 years ago |
Denys Vlasenko
|
ac4100e103
sha3: code shrink
|
11 years ago |
Denys Vlasenko
|
a55df27936
sha3: code shrink
|
11 years ago |
Denys Vlasenko
|
07a54e21dd
sha3: another speedup for SHA3_SMALL=0 case
|
11 years ago |
Denys Vlasenko
|
30a8652fbf
sha3: make size/speed optimization decision configurable
|
11 years ago |
Lauri Kasanen
|
b8173b603f
sha3sum: new applet
|
11 years ago |
Denys Vlasenko
|
522041ee7b
regularize options which control size/speed trade
|
13 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Denys Vlasenko
|
03a5fe378e
sha1: small tweak for clearer code, no logic changes
|
14 years ago |
Denys Vlasenko
|
f4c93ab304
sha1: use Rob's code, it's smaller and faster
|
14 years ago |
Denys Vlasenko
|
7ab94ca351
md5: remove outdated comment
|
14 years ago |
Denys Vlasenko
|
302ad1450e
libbb/hash_md5_sha: use common ctx and code for md5 and sha1/256
|
14 years ago |
Denys Vlasenko
|
c48a5c607d
hash_md5_sha: use common finalization routine for MD5 and sha1/256. -15 bytes
|
14 years ago |