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

feat(crypto): Add Key Evolving Signatures (KES) #518

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

AndrewWestberg
Copy link
Collaborator

@AndrewWestberg AndrewWestberg commented Oct 9, 2024

This code modifies block headers so that the HeaderBody bytes are wrapped in KeepRaw. These raw bytes are used in the validation of KES signatures.

pallas-crypto has been updated with wrappers around kes signatures for both evolving the secret key as well as verifying signatures with the public key.

@AndrewWestberg AndrewWestberg force-pushed the amw/improvements branch 5 times, most recently from 6829dd0 to 7f988a1 Compare October 11, 2024 17:07
@AndrewWestberg AndrewWestberg marked this pull request as ready for review October 11, 2024 17:10
@AndrewWestberg AndrewWestberg merged commit 4871342 into main Oct 17, 2024
7 checks passed
@AndrewWestberg AndrewWestberg deleted the amw/improvements branch October 17, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants