patcg-individual-drafts / private-aggregation-api

Explainer for proposed web platform API
https://patcg-individual-drafts.github.io/private-aggregation-api/
43 stars 19 forks source link

Spec: Fix minor type issue in consume budget if permitted #152

Closed alexmturner closed 1 month ago

alexmturner commented 1 month ago

The algorithm takes a long when it should just take an integer (as the sum of many longs may not fit in a long).


Preview | Diff

alexmturner commented 1 month ago

@dmcardle, could you PTAL? Thanks!

alexmturner commented 1 month ago

Thanks for the review!