Skip to content

Commit

Permalink
Add some prose
Browse files Browse the repository at this point in the history
  • Loading branch information
csharrison committed Dec 6, 2024
1 parent ae2630d commit fa69ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PA_private_model_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function generateBid(...) {

## Configuring the encrypted payload and emitting it in `reportWin`

In order to avoid the length (and other metadata) about the payload being a privacy leak vector, it cannot be configured based on protected cross-site data (e.g. from within `generateBid`). We propose enabling this kind of configuration from within `reportWin`.

In order to avoid the length (and other metadata) about the payload being a privacy leak vector, it cannot be configured based on protected cross-site data (e.g. from within `generateBid`). We propose enabling this kind of configuration from within `reportWin`,
which will configure a new function (`reportAggregateWin`) to run. This new function will have access to the `aggregateWinSignals` returned from `generateBid`.

```javascript
function reportWin(...) {
Expand Down

0 comments on commit fa69ec3

Please sign in to comment.