From ab4de4cbcd235bf1b3466a2a5bfa4d07f0537756 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Fri, 21 Oct 2016 09:18:10 +0200 Subject: [PATCH] README: note the name of the AESSIV feature flag. --- README.md | 1 + 1 file changed, 1 insertion(+) 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.