1
0
Fork 0
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:
enkore 2017-06-16 11:44:23 +02:00 committed by GitHub
parent 5eeaf7a67c
commit 2b13607f46

View file

@ -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