crypto: limit KangarooTwelveParams customization to 512 bytes#64557
Open
panva wants to merge 1 commit into
Open
crypto: limit KangarooTwelveParams customization to 512 bytes#64557panva wants to merge 1 commit into
panva wants to merge 1 commit into
Conversation
Collaborator
|
Review requested:
|
panva
force-pushed
the
limit-kt-customization
branch
from
July 17, 2026 13:48
9568492 to
184f0c1
Compare
To align with a future OpenSSL-imposed limit. Signed-off-by: Filip Skokan <panva.ip@gmail.com>
panva
force-pushed
the
limit-kt-customization
branch
from
July 17, 2026 13:50
184f0c1 to
c2b48ee
Compare
panva
marked this pull request as ready for review
July 17, 2026 13:51
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #64557 +/- ##
==========================================
- Coverage 90.24% 90.24% -0.01%
==========================================
Files 739 739
Lines 241698 241741 +43
Branches 45556 45566 +10
==========================================
+ Hits 218129 218157 +28
- Misses 15103 15114 +11
- Partials 8466 8470 +4
🚀 New features to boost your workflow:
|
lpinca
approved these changes
Jul 17, 2026
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
To align with a future OpenSSL-imposed limit this limits the customization of
KT128andKT256Web Cryptography algorithms to 512 bytes (same as cSHAKE).This is an experimentalIssues and PRs related to experimental features.
algorithm.