From f754c8a2007c7a8d3e1358257035dd0fad5633ba Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 9 Oct 2016 01:24:01 +0200 Subject: [PATCH] README: reverse mode is ticket #19, not #34 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df91ee3..0532f6c 100644 --- a/README.md +++ b/README.md @@ -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.