-
Notifications
You must be signed in to change notification settings - Fork 2k
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
sys/hashes: SHA-384, SHA-512/224 and SHA-512/256 support #20127
Comments
Could you give a short status update? The soft feature freeze is on the 25th ;) |
Sure, I have an almost finished implementation at https://github.com/mguetschow/RIOT/tree/hashes-sha512-truncated including the necessary PSA Crypto glue code. Still outstanding:
If you wanted, I could split this in two PRs, one that adds truncated SHA512 support to |
I think that's up to you!
The linked branch has 4 commits with around ~1800 edits. Could be enough to justify the overhead of splitting it in two PRs.
Both are probably minor enough to still get them in during soft-freeze :> |
see #20484 for the implementation in |
Everything is checked off! 🎉 Can this issue be closed? |
As a follow-up for #19969, implement the three FIPS specified truncated versions of SHA-512 in
sys/hashes
. For unified access, add frontend support for the PSA Crypto API, too.The text was updated successfully, but these errors were encountered: