rdf-proofs

Crates.iordf-proofs
lib.rsrdf-proofs
version0.10.0
sourcesrc
created_at2024-01-11 07:58:02.273075
updated_at2024-09-25 02:57:21.754362
descriptionBBS+ signatures and zero-knowledge proofs for Linked Data
homepage
repositoryhttps://github.com/zkp-ld/rdf-proofs
max_upload_size
id1095970
size606,081
Dan Yamamoto (yamdan)

documentation

README

rdf-proofs

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.

Using the Library

To use this library without building it from source, ensure that Rust is installed on your system. You can install it by running the following command in your project directory:

cargo add rdf-proofs

Usage

TBD

Commit count: 156

cargo fmt