]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: Clean up help text for CRYPTO_SHA256
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 26 Feb 2026 14:46:06 +0000 (15:46 +0100)
committerEric Biggers <ebiggers@kernel.org>
Mon, 2 Mar 2026 23:35:26 +0000 (15:35 -0800)
commita70d9d655fd0549dd7cd9de437eb3fbe2e78c8ab
treefcb9e828d0ace8bacaa413db0419b68df2c5b21b
parent5d75c7bcc40a90f77f315e1c91dfb2f1b189a435
crypto: Clean up help text for CRYPTO_SHA256

NFS, Ceph, SMB, and Btrfs stopped using this SHA-256 implementation in
commits c2c90a8b2620626c ("nfsd: use SHA-256 library API instead of
crypto_shash API"), 27c0a7b05d13a0dc ("libceph: Use HMAC-SHA256 library
instead of crypto_shash"), 924067ef183bd17f ("ksmbd: Use HMAC-SHA256
library for message signing and key generation"), and fe11ac191ce0ad91
("btrfs: switch to library APIs for checksums").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/bf8e1c229b36fc5349e29701e962d0dfd4fd21b6.1772116160.git.geert+renesas@glider.be
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
crypto/Kconfig