diff options
author | Jakob Unterwurzacher | 2016-10-21 09:18:10 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-21 09:18:10 +0200 |
commit | ab4de4cbcd235bf1b3466a2a5bfa4d07f0537756 (patch) | |
tree | 2cfab8a0ef3cd0bb18b027ec6adb0f95e5196ffd /README.md | |
parent | a74a7e7f547e021abc9b9fd956f3cae54d740dd3 (diff) |
README: note the name of the AESSIV feature flag.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |