Skip to content
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

Add the actual signed binary data to SignatureResponse #16

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

maxsang
Copy link

@maxsang maxsang commented Dec 2, 2024

Add a new optional field to the SignatureResponse struct. This field contains the binary representation of the epoch which was signed. This will allow client code to cross-check the signature with the original data in an unambiguous way, without requiring exect details of the serialization method used.

Max Sang added 2 commits December 2, 2024 15:57
…contains the

binary representation of the epoch which was signed. This will allow client code
to cross-check the signature with the original data in an unambiguous way, without
requiring exect details of the serialization method used.
@maxsang maxsang requested a review from thibmeu December 3, 2024 08:32
@maxsang maxsang self-assigned this Dec 3, 2024
@thibmeu thibmeu merged commit c7b9b1b into main Dec 20, 2024
18 checks passed
@thibmeu thibmeu deleted the return-signed-binary branch December 20, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants