aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-24 14:06:01 +0200
committerJakob Unterwurzacher2021-08-24 14:06:01 +0200
commita4ed1aab002b45bfd3e1e5ab33763e4f4528b916 (patch)
treecc533f2c9e436a029dbd99891edb614602bcfd26
parent24bb28a517b1500bc1f5355083d68a152c6e7e96 (diff)
README: add -xchacha to changelog
https://github.com/rfjakob/gocryptfs/issues/452
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ae0a46..6901638 100644
--- a/README.md
+++ b/README.md
@@ -212,6 +212,9 @@ v2.2, IN PROGRESS
* `-deterministic-names`: new option for `-init`, both for reverse and forward mode.
Disables file name randomisation & `gocryptfs.diriv` files
([#151](https://github.com/rfjakob/gocryptfs/issues/151), [#402](https://github.com/rfjakob/gocryptfs/issues/402), [#592](https://github.com/rfjakob/gocryptfs/pull/592))
+* `-xchacha`: new option for `-init` (forward mode only). Selects XChaCha20-Poly1305 for content encryption.
+ Gives [better performance on embedded CPUs](https://gist.github.com/rfjakob/b28383f4c84263ac7c5388ccc262e38b)
+ ([#452](https://github.com/rfjakob/gocryptfs/issues/452))
v2.1, 2021-08-18
* `-fido2`: do not request PIN on `gocryptfs -init` fixing `FIDO_ERR_UNSUPPORTED_OPTION` with YubiKey