diff options
author | rfjakob | 2020-03-08 12:03:54 +0100 |
---|---|---|
committer | rfjakob | 2020-03-08 12:03:54 +0100 |
commit | e8ea55b92fff5b900eab621956bf3554ba5c9ea6 (patch) | |
tree | 83881b8abc28a465246e72c8011c0b1cffa4f3e7 | |
parent | b49f8d9d944ee39c05557446e6d964ab99e69b06 (diff) |
Updated CPU Benchmarks (markdown)
-rw-r--r-- | CPU-Benchmarks.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 ... |