mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
init: shaext is supported in openssl and better on ryzen than b2
This commit is contained in:
parent
5eeaf7a67c
commit
2b13607f46
1 changed files with 2 additions and 1 deletions
|
@ -2452,7 +2452,8 @@ def define_common_options(add_common_option):
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue