README: note the name of the AESSIV feature flag.

This commit is contained in:
Jakob Unterwurzacher 2016-10-21 09:18:10 +02:00
parent a74a7e7f54
commit ab4de4cbcd
1 changed files with 1 additions and 0 deletions

View File

@ -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.