From e8ea55b92fff5b900eab621956bf3554ba5c9ea6 Mon Sep 17 00:00:00 2001 From: rfjakob Date: Sun, 8 Mar 2020 12:03:54 +0100 Subject: Updated CPU Benchmarks (markdown) --- CPU-Benchmarks.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CPU-Benchmarks.md b/CPU-Benchmarks.md index 4f27f34..8f68e5f 100644 --- a/CPU-Benchmarks.md +++ b/CPU-Benchmarks.md @@ -153,6 +153,15 @@ AES-GCM-256-Go 17.24 MB/s AES-SIV-512-Go 17.58 MB/s ``` +From https://github.com/rfjakob/gocryptfs/issues/452#issuecomment-593334109 : +``` +$ ./gocryptfs.xchacha20.armv7 --speed +AES-GCM-256-OpenSSL N/A +AES-GCM-256-Go 17.04 MB/s (selected in auto mode) +AES-SIV-512-Go 14.79 MB/s +XChaCha20-Poly1305-Go 23.37 MB/s +``` + ``` $ openssl speed -evp chacha20-poly1305 && openssl speed -evp aes-256-gcm ... -- cgit v1.2.3