aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2022-10-18 10:02:50 -0700
committerEric Biggers <ebiggers3@gmail.com>2022-10-19 20:45:51 -0700
commit632d66d6fddfa9fd0a279a1811ced1efc567be29 (patch)
tree45db05d08411d8542b34f752df8db1331dda97cc /README.md
parent5d9198ff97c2fc600743d57719dd6b1d77bc6d3c (diff)
Add support for AES_256_HCTR2 filenames encryption
Support for AES_256_HCTR2 filenames encryption was added in kernel version 6.0. The kernel doesn't yet support AES_256_HCTR2 for contents encryption.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 927d484..efc953b 100644
--- a/README.md
+++ b/README.md
@@ -343,8 +343,8 @@ The fields are:
Normally, "AES_256_XTS" is recommended.
* "filenames" is the algorithm used to encrypt file names. The
- choices are "AES_256_CTS", "AES_128_CTS", and "Adiantum".
- Normally, "AES_256_CTS" is recommended.
+ choices are "AES_256_CTS", "AES_128_CTS", "Adiantum", and
+ "AES_256_HCTR2". Normally, "AES_256_CTS" is recommended.
To use algorithms other than "AES_256_XTS" for contents and
"AES_256_CTS" for filenames, the needed algorithm(s) may need to