Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sha3 benchmark #324

Merged
merged 1 commit into from
Jan 10, 2023
Merged

sha3 benchmark #324

merged 1 commit into from
Jan 10, 2023

Conversation

pnmadelaine
Copy link
Collaborator

Add a benchmark for Sha3

@pnmadelaine pnmadelaine requested a review from a team as a code owner January 6, 2023 16:48
@cla-bot cla-bot bot added the cla-signed label Jan 6, 2023
@coveralls
Copy link

coveralls commented Jan 6, 2023

Pull Request Test Coverage Report for Build 3881572104

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 53.588%

Totals Coverage Status
Change from base Build 3875758498: 0.02%
Covered Lines: 30653
Relevant Lines: 57201

💛 - Coveralls

@duesee duesee mentioned this pull request Jan 6, 2023
59 tasks
Copy link
Contributor

@duesee duesee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looks good so far. Could we also add SHAKE (https://tech.cryspen.com/hacl-packages/c/main/hacl/hash/sha3.html#shake) to complete all of HACL SHA-3? (I would suggest to tackle all EverCrypt hashes separately.)

Copy link
Member

@franziskuskiefer franziskuskiefer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also add comparison with OpenSSL. But we can do this in a follow up.

Nore that the comparison of benchmarks with main doesn't work because the sha3 benchmark doesn't exist there (same in #323). @pnmadelaine can you change the comparison script to run all benchmarks that are on main, not all that are on the branch?

@pnmadelaine
Copy link
Collaborator Author

benchmark comparison is fixed in #325

@pnmadelaine
Copy link
Collaborator Author

@duesee benchmarks for SHAKE are now implemented

Copy link
Contributor

@duesee duesee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making the changes! Looks good to me 👍

@pnmadelaine pnmadelaine merged commit 58b463e into main Jan 10, 2023
@pnmadelaine pnmadelaine deleted the pnmadelaine-sha3-benchmark branch January 10, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants