Denys Vlasenko
|
8d198665a0
libbb/sha: fix sha-NI instruction detection
|
1 yıl önce |
Denys Vlasenko
|
6472ac9428
libbb/sha256: optional x86 hardware accelerated hashing
|
2 yıl önce |
Denys Vlasenko
|
e7ff29402d
libbb/sha1: simplify cpuid code
|
2 yıl önce |
Denys Vlasenko
|
a96ccbefe4
libbb/sha1: optional i686 hardware accelerates hashing
|
2 yıl önce |
Denys Vlasenko
|
711e20ecb8
libbb/sha1: optional x86-64 hardware accelerates hashing
|
2 yıl önce |
Denys Vlasenko
|
05fd13ebec
libbb/sha1: x86_64 version: move to a separate .S file, no code changes
|
2 yıl önce |
Denys Vlasenko
|
5c0c558231
libbb/sha1: code shrink in medium-speed version
|
2 yıl önce |
Denys Vlasenko
|
4d4f1f2096
libbb/sha1: x86_64 version: bswap in 64-bit chunks
|
2 yıl önce |
Denys Vlasenko
|
d643010fee
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
|
2 yıl önce |
Denys Vlasenko
|
5f68170204
libbb/sha1: assembly versions for x86
|
2 yıl önce |
Denys Vlasenko
|
f09d088fdf
libbb/sha1: shrink and speed up fully unrolled version
|
2 yıl önce |
Denys Vlasenko
|
0b62a08777
libbb/sha1: add config-selectable partially unrolled version
|
2 yıl önce |
Denys Vlasenko
|
25aadc893d
libbb/sha1: add config-selectable fully unrolled version, closes 14391
|
2 yıl önce |
Denys Vlasenko
|
f1d06462e8
libbb: cose shrink in sha1
|
2 yıl önce |
Denys Vlasenko
|
965b795b87
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
|
4 yıl önce |
Denys Vlasenko
|
abefc3c276
libbb: fold common64_hash() into its only user
|
4 yıl önce |
Denys Vlasenko
|
f69f207490
libbb: add comment on sha384
|
6 yıl önce |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 yıl önce |
Denys Vlasenko
|
49ecee098d
tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't work
|
7 yıl önce |
Denys Vlasenko
|
b8935d00b0
sha512: use larger constant table only if sha512 is in fact selected
|
7 yıl önce |
Denys Vlasenko
|
71a090f187
sha3: fix to conform to final SHA3 padding standard, add -a BITS option
|
8 yıl önce |
Denys Vlasenko
|
305958dbd4
md5sum: code shrink
|
9 yıl önce |
Denys Vlasenko
|
09a0e2223f
sha3: tweak comments and indentation
|
10 yıl önce |
Denys Vlasenko
|
4ff933c0e7
sha3: code shrink (and speedup for SHA3_SMALL=0)
|
10 yıl önce |
Denys Vlasenko
|
2a563ea49a
sha3: add 32-bit optimized bit-sliced implementation
|
10 yıl önce |
Denys Vlasenko
|
1f5e81f8f8
md5/sha512: a better fix for strict aliasing warnings
|
11 yıl önce |
Mike Frysinger
|
f6205c6ab7
md5/sha512: fix strict aliasing warnings
|
11 yıl önce |
Denys Vlasenko
|
2cfcc9e9d7
sha3: code shrink
|
12 yıl önce |
Denys Vlasenko
|
e4f0f26bad
sha3: s/sha3_process_block76/sha3_process_block72/
|
12 yıl önce |
Denys Vlasenko
|
5368fe541c
sha3: rename KeccakF->sha3_process_block76.
|
12 yıl önce |