Added a comment

This commit is contained in:
Atemu 2022-03-09 11:40:28 +00:00 committed by admin
parent 7365aed80a
commit d476fc5a75

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="Atemu"
avatar="http://cdn.libravatar.org/avatar/d1f0f4275931c552403f4c6707bead7a"
subject="comment 8"
date="2022-03-09T11:40:28Z"
content="""
SHA256 is by far the fastest hash on my Celeron J4105 with acceleration. Seconds is BLAKE at around half the speed of accelerated SHA256 or over twice the speed of unaccelerated SHA256.
Seems like coreutils simply uses openssl when available and openssl handles HW acceleration. I just tried using two Haskell OpenSSL wrappers (hopenssl and HsOpenSSL) in my minimal example and it was actually *faster* than the openssl CLI utility by almost 100MiB/ (though still a bit slower than `sha256sum`).
Would using those be an option?
"""]]