diff options
author | Jakob Unterwurzacher | 2018-12-16 12:49:13 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-12-16 12:49:13 +0100 |
commit | 9daa205c1083d94215a1d1d6ab4fb5c65421e7bd (patch) | |
tree | 21b1b0e1c532ca65abeae2abc8c490006518c755 /Documentation/openssl-gcm.md | |
parent | a55e53c196be73fbf06cef00c50f10752aaf1275 (diff) |
README: replace openssl-gcm.md with link to wiki
The CPU-Benchmarks wiki page has a lot more info
than openssl-gcm.md had.
Diffstat (limited to 'Documentation/openssl-gcm.md')
-rw-r--r-- | Documentation/openssl-gcm.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/openssl-gcm.md b/Documentation/openssl-gcm.md deleted file mode 100644 index d955b39..0000000 --- a/Documentation/openssl-gcm.md +++ /dev/null @@ -1,13 +0,0 @@ -Go builtin GCM vs OpenSSL -========================= - -OpenSSL is over four times faster than Go's built-in GCM implementation. - -``` -$ cd internal/stupidgcm -$ go test -bench . -PASS -Benchmark4kEncStupidGCM-2 50000 25860 ns/op 158.39 MB/s -Benchmark4kEncGoGCM-2 10000 116050 ns/op 35.29 MB/s -ok github.com/rfjakob/gocryptfs/internal/stupidgcm 3.667s -``` |