Skip to content

Commit

Permalink
Update BBS refs in JWP and JPT.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaite committed Oct 21, 2023
1 parent ed3b4e8 commit e79b958
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion draft-ietf-jose-json-proof-token.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The following is an example JWP Protected Header that includes a claims array:
```json
{
"kid": "HjfcpyjuZQ-O8Ye2hQnNbT9RbbnrobptdnExR0DUjU8",
"alg": "BBS",
"alg": "BBS-DRAFT-3",
"claims": [
"iat",
"exp",
Expand Down Expand Up @@ -172,3 +172,7 @@ TBD
-00

* Created initial working group draft based on draft-jmiller-jose-json-proof-token-01

-02

* Update example to use the current BBS algorithm
10 changes: 7 additions & 3 deletions draft-ietf-jose-json-web-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ There are a growing number of these cryptographic primitives that support select

* [CL Signatures](https://eprint.iacr.org/2012/562.pdf)
* [IDEMIX](http://www.zurich.ibm.com/idemix)
* [BBS+](https://github.com/mattrglobal/bbs-signatures)
* BBS signatures, described in [@?I-D.irtf-cfrg-bbs-signatures]
* [MerkleDisclosureProof2021](https://github.com/transmute-industries/merkle-disclosure-proof-2021)
* [Mercurial Signatures](https://eprint.iacr.org/2020/979)
* [PS Signatures](https://eprint.iacr.org/2015/525.pdf)
Expand Down Expand Up @@ -123,7 +123,7 @@ Every issuer protected header MUST have, at minimum, an `alg` value that identif
For example:
```json
{
"alg":"BBS-X"
"alg":"BBS-DRAFT-3"
}
```

Expand Down Expand Up @@ -605,7 +605,7 @@ Figure: jwp-compact-presentation

## Example Multi-Use JWP

See JPA BBS-X example.
See JPA BBS-DRAFT-3 example.

# Acknowledgements

Expand All @@ -623,3 +623,7 @@ TBD
-00

* Created initial working group draft based on draft-jmiller-jose-json-web-proof-01

-02

* Update reference to current BBS algorithm

0 comments on commit e79b958

Please sign in to comment.