-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement SHA2 #112
Comments
marsella
added a commit
that referenced
this issue
Aug 8, 2024
marsella
added a commit
that referenced
this issue
Aug 8, 2024
marsella
added a commit
that referenced
this issue
Aug 15, 2024
marsella
added a commit
that referenced
this issue
Aug 15, 2024
- Add tests for SHA256 - I haven't tested this for 512 or for truncated versions
marsella
added a commit
that referenced
this issue
Aug 16, 2024
- fixes a bug in the truncation (came from the wrong end)
marsella
added a commit
that referenced
this issue
Aug 16, 2024
marsella
added a commit
that referenced
this issue
Aug 16, 2024
marsella
added a commit
that referenced
this issue
Aug 16, 2024
Merged
3 tasks
marsella
added a commit
that referenced
this issue
Aug 23, 2024
I explored what it would take to prove interesting properties of hash functions. Concluded that it is hard and might require some changes to Cryptol itself or some very fancy programming. That task has been deprioritized for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to add a "gold standard" spec-adherent implementation of SHA2 (e.g. FIPS 180-4 Section 6).
Blocked on #109, #110. Related: #98.
The text was updated successfully, but these errors were encountered: