Skip to content

ietf-wg-privacypass/base-drafts

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

privacy-pass-ietf

The current home for material associated with Privacy Pass documentation associated with the IETF. Current WG documents are below:

Additional information:

Existing implementations

Implementation Language Token Types Version
pat-app Go VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) draft-06
privacypass Rust VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) draft-06
privacypass-ts Typescript Blind RSA (SHA-384, 2048-bit) (0x0002) draft-11

Building Drafts

Formatted text and HTML versions of the draft can be built using make.

$ make

This requires that you have the necessary software installed. See the instructions.

Contributing

See the guidelines for contributions.