--- /dev/null
+[[!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?
+"""]]