-
Notifications
You must be signed in to change notification settings - Fork 13
Update batched f91a to 0005 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow to format arrays of arrays
Update following change in draft from draft 04 to draft 05 (to be published). Relates to ietf-wg-privacypass/ietf-draft-privacypass-batched-tokens/pull/27
Changed in ietf-wg-privacypass#27. Tests vectors have been regenerated in the Go implementation using cloudflare/pat-go#50
Changed in ietf-wg-privacypass#27. Tests vectors have been regenerated in the Go implementation using cloudflare/pat-go#50
This commit also removes Rust imported test vectors, which are not up-to-date yet. I'm also not sure how they have been generated. |
Length is encoded as an RFC 9000 varint
The outter layer is a quicvarint. This commit updates the code and the tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please rework on using the stdlib code.
And do not copybytes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just run go mod tidy
to remove the quic-go dependency, and is good to go.
Changed in ietf-wg-privacypass#27. Tests vectors have been regenerated in the Go implementation using cloudflare/pat-go#50
Batched tokens token type is now 0x0005
Update following change in draft from draft 04 to draft 05 (to be published).
Relates to ietf-wg-privacypass/ietf-draft-privacypass-batched-tokens/pull/27