| Crates.io | ockam_signature_bbs |
| lib.rs | ockam_signature_bbs |
| version | 0.1.0 |
| created_at | 2021-04-05 23:18:10.710276+00 |
| updated_at | 2021-04-05 23:18:10.710276+00 |
| description | The Ockam BLS signature impementation. |
| homepage | https://github.com/ockam-network/ockam |
| repository | https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_signature_bbs |
| max_upload_size | |
| id | 379565 |
| size | 73,735 |
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.
Add this to your Cargo.toml:
[dependencies]
ockam_signature_bbs = "0.1.0"
[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.
This code is licensed under the terms of the Apache License 2.0.