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: Improve definition of the encryption algorithm #155

Closed dmcardle closed 3 weeks ago

dmcardle commented 3 weeks ago

This adds a missing return step to the algorithm definition, adds an explicit instruction to throw when encryption fails, and attempts to clarify our commentary on RFC9180.

Followup to #147


Preview | Diff

dmcardle commented 3 weeks ago

@alexmturner, PTAL!

Direct preview link to the modified algorithm: https://pr-preview.s3.amazonaws.com/dmcardle/private-aggregation-api/pull/155.html#encrypt-the-payload

dmcardle commented 3 weeks ago

@alexmturner I took your advice and made a few edits, PTAL at this latest revision!

dmcardle commented 3 weeks ago

Rebased and squashed — PTAL!