From ed02d453ccfb3462fef77150efb9f7e191792076 Mon Sep 17 00:00:00 2001 From: Thibault Meunier Date: Thu, 8 Feb 2024 09:39:38 +0100 Subject: [PATCH] Update existing implementation token types support raphaelrobert/privacypass supports Batched tokens (type 63770) cloudflare/privacypass-ts supports VOPRF tokens (type 1). --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20d301a6..bec8f592 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ Additional information: # Existing implementations -| Implementation | Language | Token Types | Version | -| -------------------------------------------------------------------------- | :------- | :-----------------------------| :-------- | -| [pat-app](https://github.com/cloudflare/pat-app) | Go | VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) | draft-06 | -| [privacypass](https://github.com/raphaelrobert/privacypass) | Rust | VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) | draft-06 | -| [privacypass-ts](https://github.com/cloudflare/privacypass-ts) | Typescript | Blind RSA (SHA-384, 2048-bit) (0x0002) | draft-11 | +| Implementation | Language | Token Types | Version | +| -------------------------------------------------------------------------- | :--------- | :-------------------------------------------------------------------------------------------------------------- | :-------- | +| [pat-app](https://github.com/cloudflare/pat-app) | Go | VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) | draft-06 | +| [privacypass](https://github.com/raphaelrobert/privacypass) | Rust | VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002), VOPRF (ristretto255, SHA-512) (0xF91A) | draft-06 | +| [privacypass-ts](https://github.com/cloudflare/privacypass-ts) | Typescript | VOPRF (P-384, SHA-384) (0x0001), Blind RSA (SHA-384, 2048-bit) (0x0002) | draft-11 | ## Building Drafts