private-attribution / ipa

A raw implementation of Interoperable Private Attribution
MIT License
39 stars 23 forks source link

Compute zero shares for all proofs at once #1139

Closed danielmasny closed 1 month ago

danielmasny commented 1 month ago

Computes zero shares for all proofs at once.

Also removes async from recurse_u_or_v as @benjaminsavage has pointed out since it was not needed.

renamed iterators that were streams to streams

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.64%. Comparing base (3633fbe) to head (b19b305). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1139 +/- ## ========================================== + Coverage 91.60% 91.64% +0.03% ========================================== Files 190 190 Lines 27877 27874 -3 ========================================== + Hits 25537 25545 +8 + Misses 2340 2329 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.