WICG / trust-token-api

Trust Token API
https://wicg.github.io/trust-token-api/
Other
413 stars 82 forks source link

Fix definition of "id" and "batchsize" for key commitments in spec. #279

Closed dvorak42 closed 6 months ago

dvorak42 commented 6 months ago

Currently the spec reads that the "id" and "batchsize" fields are "string representations", however based on the pre-spec version and what's implemented by the client and commitment service they should be integer values.

aykutbulut commented 6 months ago

I think key id should be a string. I will update the PR.