Skip to content

Commit

Permalink
Merge pull request #35 from microsoft/draft07
Browse files Browse the repository at this point in the history
Updated to spec draft-07
  • Loading branch information
christianpaquin authored Sep 23, 2024
2 parents 5d77f79 + d61dfd0 commit 31c755c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TypeScript reference implementation for the [BBS signature scheme](https://github.com/decentralized-identity/bbs-signature). The goal is to help understand and verify the specification. This is NOT a production-ready implementation; testing is minimal and no effort is made to optimize and protect against specialized attacks (e.g., side-channel resistance).

This project aims to keep up to date with the [latest specification](https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html), but may be behind since the specification changes often; the current implementation matches the *26 June 2024* version of the specification, matching the [draft-irtf-cfrg-bbs-signatures-06](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bbs-signatures/06/) version submitted to the CFRG.
This project aims to keep up to date with the [latest specification](https://identity.foundation/bbs-signature/draft-irtf-cfrg-bbs-signatures.html), but may be behind since the specification changes often; the current implementation matches the *23 September 2024* version of the specification, matching the [draft-irtf-cfrg-bbs-signatures-07](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bbs-signatures/07/) version submitted to the CFRG.

Given the rapid evolution of the BBS scheme, there might be inconsistencies between the specification and the code; please open issues or file PRs if you find any!

Expand Down

0 comments on commit 31c755c

Please sign in to comment.