private-attribution / ipa

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

Vectorize malicious shares #1210

Closed akoshelev closed 1 month ago

akoshelev commented 1 month ago

This change gets us closer to running maliciously secure PRF evaluation. As semi-honest protocols are vectorized at this point, malicious functionality needs to be upgraded to match it. This change does that and a few more things

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 98.78049% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.19%. Comparing base (e7e3e52) to head (950e2ea).

Files Patch % Lines
...ret_sharing/replicated/malicious/additive_share.rs 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1210 +/- ## ========================================== - Coverage 92.23% 92.19% -0.05% ========================================== Files 197 197 Lines 29951 29984 +33 ========================================== + Hits 27626 27644 +18 - Misses 2325 2340 +15 ```

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