README: reverse mode is ticket #19, not #34

This commit is contained in:
Jakob Unterwurzacher 2016-10-09 01:24:01 +02:00
parent 9ab6c64a49
commit f754c8a200
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Changelog
---------
v1.1-rc1, 2016-10-09
* **Add reverse mode ([#34](https://github.com/rfjakob/gocryptfs/issues/34))**
* **Add reverse mode ([#19](https://github.com/rfjakob/gocryptfs/issues/19))**
* AES-SIV (RFC5297) encryption to implement deterministic encryption
securely. Uses the excellent
[jacobsa/crypto](https://github.com/jacobsa/crypto) library.