ockam_signature_bbs

Crates.ioockam_signature_bbs
lib.rsockam_signature_bbs
version0.1.0
sourcesrc
created_at2021-04-05 23:18:10.710276
updated_at2021-04-05 23:18:10.710276
descriptionThe Ockam BLS signature impementation.
homepagehttps://github.com/ockam-network/ockam
repositoryhttps://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_signature_bbs
max_upload_size
id379565
size73,735
Mrinal Wadhwa (mrinalwadhwa)

documentation

README

ockam_signature_bbs

crate docs license discuss

Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.

In order to support a variety of proving protocols, this crate implements the BBS+ signature scheme which can be used to generate zero-knowledge proofs about signed attributes and the signatures themselves.

The main Ockam has optional dependency on this crate.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_signature_bbs = "0.1.0"

Crate Features

[dependencies]
ockam_signature_bbs = { version = "0.1.0", default-features = false }

Please note that Cargo features are unioned across the entire dependency graph of a project. If any other crate you depend on has not opted out of ockam_signature_bbs default features, Cargo will build ockam_signature_bbs with the std feature enabled whether or not your direct dependency on ockam_signature_bbs has default-features = false.

License

This code is licensed under the terms of the Apache License 2.0.

Commit count: 9007

cargo fmt