diff --git a/README.md b/README.md index 8df07f7..68b1c38 100644 --- a/README.md +++ b/README.md @@ -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 *3 March 2025* version of the specification, matching the [draft-irtf-cfrg-bbs-signatures-08](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bbs-signatures/08/) 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 *7 July 2025* version of the specification, matching the [draft-irtf-cfrg-bbs-signatures-09](https://datatracker.ietf.org/doc/draft-irtf-cfrg-bbs-signatures/09/) 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!