diff options
| author | 2025-06-19 12:31:49 -0700 | |
|---|---|---|
| committer | 2025-07-04 00:07:46 -0700 | |
| commit | 66271c155d88e9e3a6ad92df946efde6645ec851 (patch) | |
| tree | 8f2b0c582dbddf0eb7cb90ac80c925bde5ddf773 /Documentation/filesystems | |
| parent | fscrypt: Explicitly include <linux/export.h> (diff) | |
| download | wireguard-linux-66271c155d88e9e3a6ad92df946efde6645ec851.tar.xz wireguard-linux-66271c155d88e9e3a6ad92df946efde6645ec851.zip | |
fscrypt: Drop obsolete recommendation to enable optimized SHA-512
Since the crypto kconfig options are being fixed to enable optimized
SHA-512 automatically
(https://lore.kernel.org/linux-crypto/20250616014019.415791-1-ebiggers@kernel.org/),
it is no longer necessary to give a recommendation to enable it.
Link: https://lore.kernel.org/r/20250619193149.138315-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/fscrypt.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/filesystems/fscrypt.rst b/Documentation/filesystems/fscrypt.rst index 29e84d125e02..f63791641c1d 100644 --- a/Documentation/filesystems/fscrypt.rst +++ b/Documentation/filesystems/fscrypt.rst @@ -468,14 +468,6 @@ API, but the filenames mode still does. - Recommended: - AES-CBC acceleration -fscrypt also uses HMAC-SHA512 for key derivation, so enabling SHA-512 -acceleration is recommended: - -- SHA-512 - - Recommended: - - arm64: CONFIG_CRYPTO_SHA512_ARM64_CE - - x86: CONFIG_CRYPTO_SHA512_SSSE3 - Contents encryption ------------------- |
