BBS+ is a pairing-based cryptographic signature used for signing 1 or more messages.
The following is a curated list of relevant links to BBS+ signatures
- Rust BBS+ Signatures
- Rust Crate BBS+ Signatures
- Node JS BBS+ Signatures
- WASM JS BSS+ Signatures
- BLS 12-381 Key Pair JS
- BBS+ JSON-LD Signatures JS
- BBS+ JSON-LD Signatures Spec
- FFI for BBS+ Signatures
- C# BBS+ Signatures
The main specification is written in the markdown, however to preview the changes you have made in the final format, the following steps can be followed.
The tool markdown2rfc
is used to convert the raw markdown representation to both an HTML and XML format. In order to run this tool you must have docker installed.
Update spec.md
file with your desired changes.
Run the following to compile the new txt into the output HTML.
./scripts/build-html.sh