-
Notifications
You must be signed in to change notification settings - Fork 215
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
Refactor SHA to use trait. Implement Digest traits for SHA #1908
Merged
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 816db74 - Browse repository at this point
Copy the full SHA 816db74View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc63658 - Browse repository at this point
Copy the full SHA fc63658View commit details -
Save hash register for interleaving operation
An example (wip) `sha_fuzz.rs` was added to test different functionalities of the SHA driver and to ensure proper functionning under all cases.
Configuration menu - View commit details
-
Copy full SHA for e315c43 - Browse repository at this point
Copy the full SHA e315c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa92bd - Browse repository at this point
Copy the full SHA 3fa92bdView commit details -
fix(SHA): Buffer words until a full block before writing to memory
This fixes interleaving operations by buffering words into the SHA context until a full block can be processed.
Configuration menu - View commit details
-
Copy full SHA for 3e2c1cb - Browse repository at this point
Copy the full SHA 3e2c1cbView commit details -
Fix(SHA): Use correct length padding for SHA384 and SHA512.
- This fixes a long running issue with SHA384 and SHA512, where some digest of specific sizes wouldn't compute correctly, by changing the padding length of the size field.
Configuration menu - View commit details
-
Copy full SHA for 82a2ebf - Browse repository at this point
Copy the full SHA 82a2ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8d2bf - Browse repository at this point
Copy the full SHA cc8d2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba7795 - Browse repository at this point
Copy the full SHA 1ba7795View commit details -
Remove SHA peripheral requirement.
- Document safety of the SHA driver.
Configuration menu - View commit details
-
Copy full SHA for 1526f0b - Browse repository at this point
Copy the full SHA 1526f0bView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d62d7f - Browse repository at this point
Copy the full SHA 4d62d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab58620 - Browse repository at this point
Copy the full SHA ab58620View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.