From cd9512801525a63530c1f74ac184fb1d73bff67b Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 6 Sep 2015 13:13:47 +0200 Subject: readme: link to go-vs-openssl.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a728b7..d8f3999 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Design * 4096 byte blocks per default * 28 bytes of overhead per block (16 bytes auth tag, 12 byte nonce) * uses openssl through [spacemonkeygo/openssl](https://github.com/spacemonkeygo/openssl) - for a 3x speedup compared to `crypto/cipher` + for a 3x speedup compared to `crypto/cipher` (see [go-vs-openssl.md](https://github.com/rfjakob/gocryptfs/blob/master/openssl_benchmark/go-vs-openssl.md)) for details * Per-write unique 96 bit nonces * starts from a random value (generated at mount time) and counts up * Flename encryption using AES-CBC-128 -- cgit v1.2.3