You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PrivateStateTokenV2VOPRF seems to be exactly the type1 tokens as defined in the emerging IETF standard for Privacy Pass. I understand why the PMBToken variant is slightly different, but I'm really struggling to see why we don't have alignment between the VOPRF version for PST and the VOPRF version for Privacy Pass. Is there a technical reason for this divergence? If not, can we please align them?
The text was updated successfully, but these errors were encountered:
Using the standard token struct should be a very obvious change to make--the type is simple to add and useful to denote the type, and the challenge can even be synthesized if needed (other uses of privacy pass already do this).
Using proper token types also allows you to trivially work with both privately and publicly verifiable tokens.
The PrivateStateTokenV2VOPRF seems to be exactly the type1 tokens as defined in the emerging IETF standard for Privacy Pass. I understand why the PMBToken variant is slightly different, but I'm really struggling to see why we don't have alignment between the VOPRF version for PST and the VOPRF version for Privacy Pass. Is there a technical reason for this divergence? If not, can we please align them?
The text was updated successfully, but these errors were encountered: