Skip to content

Commit eea957d

Browse files
committed
fscrypt: drop obsolete recommendation to enable optimized ChaCha20
Since the crypto kconfig options are being fixed to enable optimized ChaCha20 automatically (https://lore.kernel.org/r/Z8AY16EIqAYpfmRI@gondor.apana.org.au/), it is no longer necessary to give a recommendation to enable it. Link: https://lore.kernel.org/r/20250304205501.13797-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@google.com>
1 parent 75eb8b9 commit eea957d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Documentation/filesystems/fscrypt.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,8 @@ API, but the filenames mode still does.
428428
- Mandatory:
429429
- CONFIG_CRYPTO_ADIANTUM
430430
- Recommended:
431-
- arm32: CONFIG_CRYPTO_CHACHA20_NEON
432431
- arm32: CONFIG_CRYPTO_NHPOLY1305_NEON
433-
- arm64: CONFIG_CRYPTO_CHACHA20_NEON
434432
- arm64: CONFIG_CRYPTO_NHPOLY1305_NEON
435-
- x86: CONFIG_CRYPTO_CHACHA20_X86_64
436433
- x86: CONFIG_CRYPTO_NHPOLY1305_SSE2
437434
- x86: CONFIG_CRYPTO_NHPOLY1305_AVX2
438435

0 commit comments

Comments
 (0)