You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
epk: generated once for all recipient keys. It MUST be of the same type and curve as all recipient keys since kdf with the sender key must be on the same curve.
Does it implicitly mean that all recipient keys MUST be the same type? In other words, we should check if all recipient keys are on the same curve before we proceed, and throw an error if they're not. Do I understand that correctly?
The text was updated successfully, but these errors were encountered:
jakubkoci
changed the title
Clarification
Clarify check that all recipient keys are on the same curve
Dec 6, 2024
jakubkoci
changed the title
Clarify check that all recipient keys are on the same curve
Clarify that all recipient keys must be on the same curve
Dec 6, 2024
The section 5.1.9. ECDH-1PU key wrapping and common protected headers says:
Does it implicitly mean that all recipient keys MUST be the same type? In other words, we should check if all recipient keys are on the same curve before we proceed, and throw an error if they're not. Do I understand that correctly?
The text was updated successfully, but these errors were encountered: