Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@akhi3030
Copy link
Contributor

The use of iterators allows the caller to use the API without having to collect() the items first.

This will help in eliminating a collect() here.

@akhi3030 akhi3030 marked this pull request as ready for review October 11, 2025 18:07
Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

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

Thanks! These are nice changes. You can consider rewording the commit message, but other than that, looks fine.

We do currently use slices throughout the crate, so we can consider updating those for consistency and better API. I can probably take a stab at those in a follow-up.

@akhi3030 akhi3030 merged commit 2d88eb4 into master Oct 12, 2025
26 checks passed
@akhi3030 akhi3030 deleted the akhi3030/bls-sig-iterator branch October 12, 2025 08:18
akhi3030 added a commit that referenced this pull request Oct 13, 2025
Similar to #371, changes `&[&PublicKey]` to `&[Pubkey]`.
akhi3030 added a commit that referenced this pull request Oct 14, 2025
akhi3030 added a commit that referenced this pull request Oct 14, 2025
…#374)

Updates some of the parallel APIs to use iterators where possible.

Work related to #373, #372, and #371
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