Browse Source

init: shaext is supported in openssl and better on ryzen than b2

enkore 8 years ago
parent
commit
2b13607f46
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/borg/archiver.py

+ 2 - 1
src/borg/archiver.py

@@ -2452,7 +2452,8 @@ class Archiver:
 
         On modern Intel/AMD CPUs (except very cheap ones), AES is usually
         hardware-accelerated.
-        BLAKE2b is faster than SHA256 on Intel/AMD 64-bit CPUs,
+        BLAKE2b is faster than SHA256 on Intel/AMD 64-bit CPUs
+        (except AMD Ryzen and future CPUs with SHA extensions),
         which makes `authenticated-blake2` faster than `none` and `authenticated`.
 
         On modern ARM CPUs, NEON provides hardware acceleration for SHA256 making it faster