busybox/libbb/yescrypt
Denys Vlasenko e95086b2fa libbb/yescrypt: code shrink
function                                             old     new   delta
static.PBKDF2_SHA256                                 219     165     -54

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2025-08-01 02:21:38 +02:00
..
alg-sha256.c libbb/yescrypt: code shrink 2025-08-01 02:21:38 +02:00
alg-yescrypt-common.c libbb/yescrypt: actually, largest allowed salt is 86 chars, support that 2025-07-17 17:01:40 +02:00
alg-yescrypt-kdf.c libbb/yescrypt: de-unroll salsa20() 2025-07-20 08:42:51 +02:00
alg-yescrypt.h libbb/yescrypt: de-unroll salsa20() 2025-07-20 08:42:51 +02:00
Kbuild.src libbb: add yescrypt password hashing support 2025-07-06 00:49:22 +02:00
PARAMETERS add libbb/yescrypt/PARAMETERS 2025-07-07 21:36:31 +02:00
README libbb: add yescrypt password hashing support 2025-07-06 00:49:22 +02:00
y.c libbb/yescrypt: remove forgotten SHA256 HMAC header file 2025-07-07 10:51:13 +02:00

The yescrypt code in this directory is adapted from libxcrypt-4.4.38
with minimal edits, hopefully making it easier to track
backports by resetting the tree to the commit which created this file,
then comparing changes in upstream libxcrypt to the tree.