Skip to content

performance: sha2 is slower than OpenSSL provided one #3531

Description

@oech3

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions