indy-credx 1.1.1

Verifiable credential issuance and presentation for Hyperledger Indy (https://www.hyperledger.org/projects), which provides a distributed-ledger-based foundation for self-sovereign identity (https://sovrin.org).
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod helpers;

pub mod issuer;
pub mod prover;
pub mod tails;
pub mod types;
pub mod verifier;

pub mod utils {
    pub use super::helpers::encode_credential_attribute;
}