Skip to content

Commit 0a55883

Browse files
committed
Release 0.8.1
1 parent dcef3dc commit 0a55883

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
# privacypass-ts: A TypeScript Library for the Privacy Pass Issuance Protocol
66

7-
**Specification:** Compliant with IETF [draft-ietf-privacypass-protocol](https://datatracker.ietf.org/doc/draft-ietf-privacypass-protocol/), [draft-hendrickson-privacypass-public-metadata-03](https://datatracker.ietf.org/doc/draft-hendrickson-privacypass-public-metadata/) and tests vectors match with draft [v11](https://datatracker.ietf.org/doc/draft-ietf-privacypass-protocol/11/).
7+
**Specification:** Compliant with IETF [RFC9578](https://datatracker.ietf.org/doc/html/rfc9578), [draft-hendrickson-privacypass-public-metadata-03](https://datatracker.ietf.org/doc/draft-hendrickson-privacypass-public-metadata/) and [draft-ietf-privacypass-batched-tokens-06](https://datatracker.ietf.org/doc/draft-ietf-privacypass-batched-tokens/06/).
88

99
**Support:**
1010
- Public-Verifiable tokens (Blind-RSA)
1111
- Public-Verifiable tokens with Metadata (Partially-Blind-RSA)
1212
- Private-Verifiable tokens (VOPRF)
13+
- Generic tokens batched issuance
1314

1415
**Usage:**
1516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/privacypass-ts",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "privacypass-ts: A TypeScript Library for the Privacy Pass Issuance Protocol",
55
"author": "Armando Faz <armfazh@cloudflare.com>",
66
"contributors": [

0 commit comments

Comments
 (0)