WICG/trust-token-api

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

dvorak42 opened this issue · 1 comments

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.

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