aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Makefile
diff options
context:
space:
mode:
authorrfl890 <rfl890mc@gmail.com>2026-01-26 04:29:31 -0500
committerRon Yorston <rmy@pobox.com>2026-01-27 12:45:11 +0000
commit74344deef28da6fa279eb12ab8ab4e84a59900ad (patch)
treeb3380afd00fa75654df86e50c31f4b3bc7770321 /coreutils/Makefile
parentf0cd749ff7ad15665a5d03e58eb73ef48f60381d (diff)
downloadbusybox-w32-master.tar.gz
busybox-w32-master.tar.bz2
busybox-w32-master.zip
libbb: refactor CNG hashing implementationHEADmaster
The existing CNG implementation relied on multiple features only implemented in "newer" Windows versions. This new implementation does not use the aforementioned features and is therefore compatible with systems running Windows Vista or higher. function old new delta .rdata 87112 87288 +176 hmac_peek_hash 80 208 +128 get_alg_handle - 96 +96 algorithm_provider_hmac_cache - 48 +48 algorithm_provider_cache - 48 +48 alg_id_mappings - 48 +48 sha512_begin 16 48 +32 sha384_begin 16 48 +32 sha256_begin 16 48 +32 sha1_begin 16 48 +32 md5_begin 16 32 +16 hmac_hash_v 48 64 +16 hmac_end 48 64 +16 hmac_blocks.constprop.0 96 112 +16 __imp_BCryptOpenAlgorithmProvider - 8 +8 __imp_BCryptDuplicateHash - 8 +8 BCryptOpenAlgorithmProvider - 8 +8 BCryptDuplicateHash - 8 +8 ------------------------------------------------------------------------------ (add/remove: 8/0 grow/shrink: 10/0 up/down: 768/0) Total: 768 bytes
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions