-
-
Notifications
You must be signed in to change notification settings - Fork 81
fix(registry): remove duplicate BLAKE2b-HMAC variant (#752) #753
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -338,6 +338,16 @@ | |||||||||||||||||||||
| "pattern": "AES[-(128|192|256)][-(GCM|CCM)][-{tagLength}][-{ivLength}]", | ||||||||||||||||||||||
| "primitive": "ae" | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "standard": [ | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "name": "RFC 8452", | ||||||||||||||||||||||
| "url": "https://doi.org/10.17487/RFC8452" | ||||||||||||||||||||||
| } | ||||||||||||||||||||||
| ], | ||||||||||||||||||||||
| "pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]", | ||||||||||||||||||||||
| "primitive": "ae" | ||||||||||||||||||||||
| }, | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
| "standard": [ | ||||||||||||||||||||||
| { | ||||||||||||||||||||||
|
Comment on lines
+344
to
353
|
||||||||||||||||||||||
| "name": "RFC 8452", | |
| "url": "https://doi.org/10.17487/RFC8452" | |
| } | |
| ], | |
| "pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]", | |
| "primitive": "ae" | |
| }, | |
| { | |
| "standard": [ | |
| { |
stevespringett marked this conversation as resolved.
Show resolved
Hide resolved
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trailing whitespace has been added after the closing brace. This should be removed to maintain consistent formatting.
| }, | |
| }, |
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correction from TUAC to TUAK is not mentioned in the PR description or related issue #752, which states 'No schema or specification behavior changes' and focuses on removing the BLAKE2b-HMAC duplicate. This unrelated fix should either be removed from this PR or documented in the PR description.
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correction from TUAC to TUAK is not mentioned in the PR description or related issue #752. This unrelated fix should either be removed from this PR or documented in the PR description.
Copilot
AI
Jan 15, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The correction from 'bcrypt[-{cost)]' to 'bcrypt[-{cost}]' (fixing the mismatched parenthesis/brace) is not mentioned in the PR description or related issue #752. This unrelated fix should either be removed from this PR or documented in the PR description.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this entry to avoid merge conflicts with your other PR introducing AES-GCM-SIV