Skip to content

Commit 0d8e6c0

Browse files
author
Eric Biggers
committed
fscrypt: Drop obsolete recommendation to enable optimized NHPoly1305
CONFIG_CRYPTO_NHPOLY1305_NEON, CONFIG_CRYPTO_NHPOLY1305_SSE2, and CONFIG_CRYPTO_NHPOLY1305_AVX2 no longer exist. The equivalent optimizations are now just enabled automatically when Adiantum support is enabled. Update the fscrypt documentation accordingly. Link: https://lore.kernel.org/r/20251211011846.8179-13-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent 719316a commit 0d8e6c0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Documentation/filesystems/fscrypt.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -455,11 +455,6 @@ API, but the filenames mode still does.
455455
- Adiantum
456456
- Mandatory:
457457
- CONFIG_CRYPTO_ADIANTUM
458-
- Recommended:
459-
- arm32: CONFIG_CRYPTO_NHPOLY1305_NEON
460-
- arm64: CONFIG_CRYPTO_NHPOLY1305_NEON
461-
- x86: CONFIG_CRYPTO_NHPOLY1305_SSE2
462-
- x86: CONFIG_CRYPTO_NHPOLY1305_AVX2
463458

464459
- AES-128-CBC-ESSIV and AES-128-CBC-CTS:
465460
- Mandatory:

0 commit comments

Comments
 (0)