0.1.0 |
|
---|
#32 in #bls-signatures
120KB
2.5K
SLoC
ockam_signature_bbs
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.
Dependencies
~5MB
~99K SLoC