Running the examples gives me all Valid token: true output but for the Arbitrary batched tokens example:
$ npm run examples
> @cloudflare/privacypass-ts@0.7.1 examples
> tsc -b examples && node ./lib/examples/index.js
Arbitrary batched tokens
Valid token: false
Private-Verifiable tokens
Suite: VOPRF (P-384, SHA-384)
Valid token: true
Public-Verifiable tokens
Suite: RSABSSA-SHA384-PSS-Deterministic
Valid token: true
Public-Verifiable tokens
Suite: RSABSSA-SHA384-PSSZERO-Deterministic
Valid token: true
Public-Verifiable With Metadata tokens
Suite: RSAPBSSA-SHA384-PSS-Deterministic
Valid token: true
Public-Verifiable With Metadata tokens
Suite: RSAPBSSA-SHA384-PSSZERO-Deterministic
Valid token: true
Please note the Valid token: false output above for arbitrary batched tokens.
Is that as intended?
Running the examples gives me all
Valid token: trueoutput but for theArbitrary batched tokensexample:Please note the
Valid token: falseoutput above for arbitrary batched tokens.Is that as intended?