| Crates.io | rdf-proofs |
| lib.rs | rdf-proofs |
| version | 0.11.1 |
| created_at | 2024-01-11 07:58:02.273075+00 |
| updated_at | 2025-06-06 07:09:24.894274+00 |
| description | BBS+ signatures and zero-knowledge proofs for Linked Data |
| homepage | |
| repository | https://github.com/zkp-ld/rdf-proofs |
| max_upload_size | |
| id | 1095970 |
| size | 695,176 |
WORK IN PROGRESS
This library is designed to facilitate the attachment of BBS+ signatures to RDF graphs, enabling the issuance of Verifiable Credentials. It also supports the aggregation of multiple Verifiable Credentials and allows for selective disclosure of their components. This results in the creation of Verifiable Presentations in the form of RDF datasets. The library utilizes the BBS+ signature scheme and proof-system library from docknetwork/crypto.
⚠️ Experimental Phase: This library is currently in an experimental phase and is not recommended for use in production environments.
Ensure that Rust is installed on your system. Note: Starting with version 0.11.0, this crate requires Rust 1.81 or later due to updates in its dependencies, including Wasmer.
Add this crate to your project by running the following command:
cargo add rdf-proofs
cargo build
or
cargo build --release
cargo test
or
cargo test --release
TBD