-
Notifications
You must be signed in to change notification settings - Fork 30
feat: COSE Key Thumbprint (RFC 9679) feature and its test #222
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: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ken Takayama <[email protected]>
f4fd1ba to
ca0e18b
Compare
Signed-off-by: Ken Takayama <[email protected]>
…lidate() function. Since validate() performs extensive checks, it may raise errors that are not critical for COSE Key Thumbprint (RFC 9679) calculation. Signed-off-by: Ken Takayama <[email protected]>
20789d4 to
15e2e05
Compare
OR13
left a comment
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.
Looks good to me, I think we should add this
Is that the reason why |
|
Hey @kentakayama , thanks for the PR! You requested reviews, but it's still marked as a draft. cheers! |
@thomas-fossati While looking more closely at the |
Thank you for taking the time to explain it to me so clearly. |
Calculates canonical (deterministic) thumbprint from fields of
Key.https://www.rfc-editor.org/info/rfc9679