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

[multikey] Fix verification and building of multikey signatures #83

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

gregnazario
Copy link
Contributor

Description

Multikey signatures before didn't allow for gaps in the signatures, and required always to have the keys in order. This fixes it accordingly. It now matches the Rust implementation.

Test Plan

See tests which now test gaps, mixed signatures, and different orders.

Related Links

Multikey signatures before didn't allow for gaps in the signatures, and
required always to have the keys in order.  This fixes it accordingly.
@gregnazario gregnazario requested a review from a team as a code owner August 17, 2024 19:39
Copy link
Contributor

@GhostWalker562 GhostWalker562 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@gregnazario gregnazario merged commit 8418581 into main Aug 19, 2024
1 check passed
@gregnazario gregnazario deleted the fix-multi-key branch August 19, 2024 16:54
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