private-attribution / ipa

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

Make malicious reveal more flexible #1229

Closed andyleiserson closed 2 weeks ago

andyleiserson commented 3 weeks ago

Allow malicious reveal of shared values not in the same field as the MAC. This will be useful for #1221.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 90.32258% with 3 lines in your changes missing coverage. Please review.

Project coverage is 92.82%. Comparing base (fbc56af) to head (13bb6b3). Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
ipa-core/src/protocol/basics/reveal.rs 90.32% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1229 +/- ## ========================================== - Coverage 92.82% 92.82% -0.01% ========================================== Files 200 200 Lines 31166 31173 +7 ========================================== + Hits 28930 28936 +6 - Misses 2236 2237 +1 ```

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

andyleiserson commented 2 weeks ago

Changes were included in #1221.