Problem:
I used aws-lc-sys via openssl crate's aws-lc feature on uutils/coreutils. It uses statically linked latest OpenSSL by default, but it can be replaced with aws-lc by editing
src/uucore/Cargo.toml . I built cksum with cargo build --release -p uu_cksum.
As a result, aws-lc was faster than OpenSSL with md5 and sha1. However, sha2 was slower than OpenSSL.
uutils/coreutils#14563 (comment)
Problem:
I used
aws-lc-sysvia openssl crate's aws-lc feature on uutils/coreutils. It uses statically linked latest OpenSSL by default, but it can be replaced withaws-lcby editingsrc/uucore/Cargo.toml . I built
cksumwithcargo build --release -p uu_cksum.As a result, aws-lc was faster than OpenSSL with md5 and sha1. However, sha2 was slower than OpenSSL.
uutils/coreutils#14563 (comment)