Added a comment
This commit is contained in:
parent
7365aed80a
commit
d476fc5a75
1 changed files with 12 additions and 0 deletions
|
@ -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?
|
||||
"""]]
|
Loading…
Reference in a new issue