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

check if iterators have the same size in multiscalar mul #494

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

conradoplg
Copy link
Contributor

Closes #461

I see that you assigned that to yourself @dconnolly but I created this just so we can finish addressing all the audit findings. I did the simplest thing which is just returning None. Let me know if you'd prefer something else.

@conradoplg conradoplg requested a review from dconnolly August 21, 2023 19:04
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.01% ⚠️

Comparison is base (60d9942) 77.46% compared to head (28eee72) 77.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #494      +/-   ##
==========================================
- Coverage   77.46%   77.46%   -0.01%     
==========================================
  Files          30       30              
  Lines        2738     2742       +4     
==========================================
+ Hits         2121     2124       +3     
- Misses        617      618       +1     
Files Changed Coverage Δ
frost-core/src/scalar_mul.rs 95.00% <75.00%> (-0.59%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mpguerra mpguerra mentioned this pull request Aug 22, 2023
26 tasks
@mergify mergify bot merged commit f3fd910 into main Aug 28, 2023
@mergify mergify bot deleted the check-multiscalar-iter-sizes branch August 28, 2023 16:20
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.

Check if iterators have the same length in multiscalar multiplication
2 participants