-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-135004: rewrite and cleanup blake2module.c
#135006
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
Conversation
_blake2module.c
blake2module.c
!buildbot FIPS |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 17365bd 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135006%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 4b4b66c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F135006%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
- use this new helper in `py_blake2b_get_digest_size` - in the future, exposing `key_length` will be easier
4b4b66c
to
ce0e848
Compare
70ea98e
to
b16e301
Compare
Strictly speaking, we're gaining a bit as well:
I've updated
hmacmodule.c
as well so that my two functions for detecting SIMD features have the same body. I could have a separate header, but it's easier that way (ideally, I'd like to rely on #125022 for SIMD detection in the future).blake2module.c
#135004