summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-10-21 09:18:10 +0200
committerJakob Unterwurzacher2016-10-21 09:18:10 +0200
commitab4de4cbcd235bf1b3466a2a5bfa4d07f0537756 (patch)
tree2cfab8a0ef3cd0bb18b027ec6adb0f95e5196ffd /README.md
parenta74a7e7f547e021abc9b9fd956f3cae54d740dd3 (diff)
README: note the name of the AESSIV feature flag.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a621be7..60cf0d4 100644
--- a/README.md
+++ b/README.md
@@ -120,6 +120,7 @@ v1.1, 2016-10-19
* AES-SIV (RFC5297) encryption to implement deterministic encryption
securely. Uses the excellent
[jacobsa/crypto](https://github.com/jacobsa/crypto) library.
+ The corresponding feature flag is called `AESSIV`.
* New command-line options: `-reverse`, `-aessiv`
* Filesystems using reverse mode can only be mounted with gocryptfs v1.1
and later.