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

SHA-3 Algorithms from HACL* #4

Draft
wants to merge 18 commits into
base: hacl-sha2
Choose a base branch
from
Draft

SHA-3 Algorithms from HACL* #4

wants to merge 18 commits into from

Conversation

karthikbhargavan
Copy link
Collaborator

No description provided.

@karthikbhargavan
Copy link
Collaborator Author

The kernel doesn't appear to have Shake, but we have code for it. We may need to figure out its API if we want to add it.

armfazh and others added 6 commits December 5, 2023 15:06
Using the interface Init-Update-Final with hacl
produces a wrong hash value, which is equal to
calling Init-Final (no Update).

Reproducer:
$ echo -n ""  | openssl dgst -sha3-224 -r
$ echo -n "a" | openssl dgst -sha3-224 -r
@armfazh
Copy link
Collaborator

armfazh commented Dec 12, 2023

@franziskuskiefer the commit 7db50bf contains the code for reproduce the issue.

  • this bug has been solved in 1a94da2

@armfazh armfazh self-requested a review January 22, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants