Registry / crypto / bbs
library0.4.1rscratesunverified

The BBS+ signature scheme implementation for verifiable credentials and digital signatures.

# Cargo.toml [dependencies] bbs = "0.4.1"
INSTALL
IMPORT
SIG · BBS
B
bbs
cryptorustv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Signature
use bbs::Signature;

Work with BBS+ signatures.

use bbs::Signature; fn main() { // BBS+ signature operations println!("BBS+ signature scheme"); }
Debug
Known issues
gotchaRequires pairing-friendly elliptic curve support
fix
Enable the 'bls12_381' feature or use appropriate backend.
affects: >=0.4.0
Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
bbs — cargo add bbs · libregistry